Package | Description |
---|---|
nl.tudelft.simulation.event |
Provides classes and interfaces for asynchronous communication.
|
nl.tudelft.simulation.event.remote |
Modifier and Type | Class and Description |
---|---|
class |
Event
The Event class forms the reference implementation for the EventInterface.
|
class |
TimedEvent
The TimedEvent is the reference implementation for a timed event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteEventListener.notify(EventInterface event) |
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.