JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui
Class Callback

java.lang.Object
  |
  +--org.objectweb.jac.aspects.gui.Callback

public class Callback
extends Object

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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Callback

public Callback(String objectName,
                AbstractMethodItem method,
                Object[] parameters)
Constructs the callback.

Method Detail

getMethod

public AbstractMethodItem getMethod()
The callback method.


getParameters

public Object[] getParameters()
The parameters that can be passed to the callback method.


getObjectName

public String getObjectName()

getObject

public Object getObject()

invoke

public void invoke(DisplayContext context)

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli