public interface ConnectionNotificationConsumer
Modifier and Type | Method and Description |
---|---|
void |
connectionNotification(String eventName,
Object source)
Notify this object that it has been registered as a listener with a source
with respect to the supplied event name.
|
void |
disconnectionNotification(String eventName,
Object source)
Notify this object that it has been deregistered as a listener with a
source with respect to the supplied event name
This method should be implemented
|
void connectionNotification(String eventName, Object source)
eventName
- source
- the source with which this object has been registered as a
listenervoid disconnectionNotification(String eventName, Object source)
eventName
- the eventsource
- the source with which this object has been registered as a
listenerCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.