|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMethod | |
|---|---|
| de.intarsys.tools.objectmodel | |
| Uses of IMethod in de.intarsys.tools.objectmodel |
|---|
| Classes in de.intarsys.tools.objectmodel that implement IMethod | |
|---|---|
class |
FunctorMethod
The wrapper around an IFunctor to make it an IMethod. |
| Methods in de.intarsys.tools.objectmodel that return IMethod | |
|---|---|
IMethod |
InvokeIntercept.getMethod()
|
IMethod |
InvokeAccept.getMethod()
|
IMethod[] |
IClass.getMethods()
All known IMethod instances of this. |
IMethod[] |
Class.getMethods()
|
static IMethod |
ObjectModelTools.lookupMethod(Class<?> clazz,
Object id,
String name)
|
static IMethod |
ObjectModelTools.lookupMethod(Class<?> clazz,
String name)
|
IMethod |
IClass.lookupMethod(String name)
The single IMethod with the given name. |
IMethod |
Class.lookupMethod(String name)
|
| Methods in de.intarsys.tools.objectmodel with parameters of type IMethod | |
|---|---|
static void |
ObjectModelTools.registerMethod(Class<?> clazz,
IMethod method)
|
static void |
ObjectModelTools.registerMethod(Class<?> clazz,
Object id,
IMethod method)
|
static void |
ObjectModelTools.registerMethod(IClassSelector selector,
IMethod method)
|
void |
Class.registerMethod(IMethod method)
|
| Constructors in de.intarsys.tools.objectmodel with parameters of type IMethod | |
|---|---|
InvokeAccept(IMethod method,
Object receiver,
IArgs args)
|
|
InvokeIntercept(Object receiver,
INotificationListener dispatcher,
IMethod method,
IArgs args)
|
|
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||