Uses of Class
fipaos.platform.df.DFListener

Packages that use DFListener
fipaos.platform.df 

Uses of DFListener in fipaos.platform.df
 

Methods in fipaos.platform.df with parameters of type DFListener
voidDFListenerManager.init(DFListener listener, AgentID df, Task idle_task)
          Initialises the DFListenerManager - should be invoked BEFORE newTask() is invoked on an instance of DFListenerManager
voidDFListenerTask.init(DFListener listener, AgentID df, Task idle_task)
          Initialises the DFListenerManager - should be invoked BEFORE
newTask() is invoked on an instance of DFListenerManager.
DFListenerManagerDFSubscriptionFactory.getDFListenerManager(DFListener df_listener, AgentID df, Task idle_task)
          This method needs to return the DFListenerManager that is responsible for
subscribing (used by DF GUIs).
DFListenerManagerStandardDFSubscriptionFactory.getDFListenerManager(DFListener df_listener, AgentID df, Task idle_task)
          This method needs to return the DFListenerManager that is responsible for
subscribing (used by DF GUIs).