Package | Description |
---|---|
info.pppc.base.lease | |
info.pppc.base.plugin.common | |
info.pppc.base.plugin.common.util | |
info.pppc.base.system.event | |
info.pppc.base.system.plugin |
Modifier and Type | Method and Description |
---|---|
void |
LeaseListener.handleEvent(Event event)
This method is part of the listener interface, it should not
be called by user code.
|
Modifier and Type | Method and Description |
---|---|
void |
TimedDiscovery.handleEvent(Event event)
Implementation of the plug-in listener that listens to the discovery listener
to detect the addition of new transceiver plug-ins and an implementation of
a transceiver listener that listens to transceivers that are enabled and
disabled.
|
void |
ProactiveRouting.handleEvent(Event event)
Handles incoming route announcements.
|
void |
ProactiveDiscovery.handleEvent(Event event)
Implementation of the plug-in listener that listens to the discovery listener
to detect the addition of new transceiver plug-ins and an implementation of
a transceiver listener that listens to transceivers that are enabled and
disabled.
|
Modifier and Type | Method and Description |
---|---|
void |
FloodConnector.handleEvent(Event event)
Called whenever the underlying connector creates an event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ListenerBundle.fireEvent(Event event)
Sends the specified event to all listeners.
|
boolean |
ListenerBundle.fireEvent(Event event,
boolean reverse)
Sends the specified event to all listeners.
|
void |
IListener.handleEvent(Event event)
Called by some event source whenever an event occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupConnector.handleEvent(Event event)
Called by the underlying connectors to signal an incoming
packet or a closed connector.
|
void |
FragmentConnector.handleEvent(Event event)
Called whenever the underlying connector is signaling
a change.
|