|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.aspects.gui.Callback
This class holds a method and its parameters that can be passed to a peer object as a callback.
Constructor Summary | |
Callback(String objectName,
AbstractMethodItem method,
Object[] parameters)
Constructs the callback. |
Method Summary | |
AbstractMethodItem |
getMethod()
The callback method. |
Object |
getObject()
|
String |
getObjectName()
|
Object[] |
getParameters()
The parameters that can be passed to the callback method. |
void |
invoke(DisplayContext context,
View source)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Callback(String objectName, AbstractMethodItem method, Object[] parameters)
Method Detail |
public AbstractMethodItem getMethod()
public Object[] getParameters()
public String getObjectName()
public Object getObject()
public void invoke(DisplayContext context, View source)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |