Uses of Class
jade.gui.GuiEvent

Packages that use GuiEvent
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. 
jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. 
 

Uses of GuiEvent in jade.domain
 

Methods in jade.domain with parameters of type GuiEvent
protected  void df.onGuiEvent(GuiEvent ev)
           
 void DFGUIAdapter.postGuiEvent(GuiEvent ev)
          This method notifies an event to the df.
 

Uses of GuiEvent in jade.gui
 

Methods in jade.gui with parameters of type GuiEvent
protected abstract  void GuiAgent.onGuiEvent(GuiEvent ev)
          Abstract method to handle posted GUI events.
 void GuiAgent.postGuiEvent(GuiEvent e)
          Posts an event from the GUI thread to the agent event queue.