MATES 3.0-rc2

Uses of Class
org.mates.sim.event.Event

Packages that use Event
org.mates.sim   
org.mates.sim.event   
org.mates.sim.event.agent   
org.mates.sim.event.host   
org.mates.ui.graphical   
org.mates.ui.windowless   
 

Uses of Event in org.mates.sim
 

Methods in org.mates.sim with parameters of type Event
 void Simulator.addEventListener(EventListener listener, Event event_type)
          Adds an event listener to the simulator.
protected  void Simulator.raiseEvent(Event event)
          Forwards an event to all event listeners
 

Uses of Event in org.mates.sim.event
 

Subclasses of Event in org.mates.sim.event
 class LogEvent
          Class for encapsulating a log event (i.e. a message that is to be logged).
 

Methods in org.mates.sim.event with parameters of type Event
 void EventListener.handleEvent(Event event)
          Callback function for handling an event.
 

Uses of Event in org.mates.sim.event.agent
 

Subclasses of Event in org.mates.sim.event.agent
 class AgentArrivalEvent
          An event that is raised whenever an agent arrives at a host.
 class AgentCreatedEvent
          An event that is raised whenever an agent is created.
 class AgentDeathEvent
          An event that is raised whenever an agent dies.
 class AgentEvent
           
 class AgentMigrationEvent
          An event that is raised whenever an agent migrates from one host to another.
 

Uses of Event in org.mates.sim.event.host
 

Subclasses of Event in org.mates.sim.event.host
 class HostClickedEvent
          Event raised when a host is clicked in the TopologyVisualizer
 class HostCreatedEvent
          Event raised whenever a host is added to the simulation.
 class HostDeathEvent
          Event raised whenever a host is removed from the simulation.
 class HostEvent
           
 class HostMovedEvent
          Event raised whenever a host moved (i.e. the host's current position is different than its position in the previous iteration).
 

Uses of Event in org.mates.ui.graphical
 

Methods in org.mates.ui.graphical with parameters of type Event
 void GraphicalUserInterface.handleEvent(Event event)
           
 

Uses of Event in org.mates.ui.windowless
 

Methods in org.mates.ui.windowless with parameters of type Event
 void WindowlessUserInterface.handleEvent(Event event)
           
 


MATES 3.0-rc2

Submit a bug or request a feature
http://mates.sourceforge.net/

Copyright 2004 Evan Sultanik