|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EventListenerInterface | |
| nl.tudelft.simulation.event | Provides classes and interfaces for asynchronous communication. |
| nl.tudelft.simulation.event.remote | Provides remote implementations of both the eventlistener and the eventproducer and their interfaces. |
| Uses of EventListenerInterface in nl.tudelft.simulation.event |
| Methods in nl.tudelft.simulation.event with parameters of type EventListenerInterface | |
boolean |
EventProducerInterface.addListener(EventListenerInterface listener,
EventType eventType)
adds a listener as strong reference to the BEGINNING of a queue of listeners. |
boolean |
EventProducerInterface.addListener(EventListenerInterface listener,
EventType eventType,
boolean weak)
adds a listener to the BEGINNING of a queue of listeners. |
boolean |
EventProducerInterface.addListener(EventListenerInterface listener,
EventType eventType,
short position)
adds a listener as strong reference to the specified position of a queue of listeners. |
boolean |
EventProducerInterface.addListener(EventListenerInterface listener,
EventType eventType,
short position,
boolean weak)
adds a listener to the specified position of a queue of listeners. |
boolean |
EventProducerInterface.removeListener(EventListenerInterface listener,
EventType eventType)
removes the subscription of a listener for a specific event. |
boolean |
EventProducer.addListener(EventListenerInterface listener,
EventType eventType)
adds the listener as weak reference to the listener. |
boolean |
EventProducer.addListener(EventListenerInterface listener,
EventType eventType,
boolean weak)
|
boolean |
EventProducer.addListener(EventListenerInterface listener,
EventType eventType,
short position)
adds the listener as weak reference to the listener. |
boolean |
EventProducer.addListener(EventListenerInterface listener,
EventType eventType,
short position,
boolean weak)
|
protected EventInterface |
EventProducer.fireEvent(EventListenerInterface listener,
EventInterface event)
fires the event to the listener. |
boolean |
EventProducer.removeListener(EventListenerInterface listener,
EventType eventType)
|
| Uses of EventListenerInterface in nl.tudelft.simulation.event.remote |
| Subinterfaces of EventListenerInterface in nl.tudelft.simulation.event.remote | |
interface |
RemoteEventListenerInterface
The RemoteEventListenerInterface provides a remote implementation of the EventListenerInterface. |
| Classes in nl.tudelft.simulation.event.remote that implement EventListenerInterface | |
class |
RemoteEventListener
The RemoteEventListener class embodies a remoteEventListener. |
| Constructors in nl.tudelft.simulation.event.remote with parameters of type EventListenerInterface | |
RemoteEventListener(EventListenerInterface owner)
Constructs a new RemoteListener. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||