Uses of Class
jade.gui.GuiEvent
-
Packages that use GuiEvent Package Description 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.jade.tools.applet This package contains all those classes and HTML files that are necessary to implement applets integrated within the JADE framework. -
-
Uses of GuiEvent in jade.domain
Methods in jade.domain with parameters of type GuiEvent Modifier and Type Method Description protected voiddf. onGuiEvent(GuiEvent ev)voidDFGUIAdapter. 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 Modifier and Type Method Description protected abstract voidGuiAgent. onGuiEvent(GuiEvent ev)Abstract method to handle posted GUI events.voidGuiAgent. postGuiEvent(GuiEvent e)Posts an event from the GUI thread to the agent event queue. -
Uses of GuiEvent in jade.tools.applet
Methods in jade.tools.applet with parameters of type GuiEvent Modifier and Type Method Description voidDFAppletCommunicator. postGuiEvent(GuiEvent event)According to the event generatated by the applet, this method performes the needed actions.
-