Uses of Interface
nl.tudelft.simulation.event.EventInterface

Packages that use EventInterface
nl.tudelft.simulation.event Provides classes and interfaces for asynchronous communication. 
nl.tudelft.simulation.event.remote   
 

Uses of EventInterface in nl.tudelft.simulation.event
 

Classes in nl.tudelft.simulation.event that implement EventInterface
 class Event
          The Event class forms the reference implementation for the EventInterface.
 class TimedEvent
          The TimedEvent is the reference implementation for a timed event.
 

Methods in nl.tudelft.simulation.event that return EventInterface
protected  EventInterface EventProducer.fireEvent(EventInterface event)
          fires an event to subscribed listeners.
protected  EventInterface EventProducer.fireEvent(EventListenerInterface listener, EventInterface event)
          fires the event to the listener.
 

Methods in nl.tudelft.simulation.event with parameters of type EventInterface
protected  EventInterface EventProducer.fireEvent(EventInterface event)
          fires an event to subscribed listeners.
protected  EventInterface EventProducer.fireEvent(EventListenerInterface listener, EventInterface event)
          fires the event to the listener.
 void EventListenerInterface.notify(EventInterface event)
          notifies the eventlistener of an event.
 

Uses of EventInterface in nl.tudelft.simulation.event.remote
 

Methods in nl.tudelft.simulation.event.remote with parameters of type EventInterface
 void RemoteEventListener.notify(EventInterface event)
           
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.