public interface ConnectionNotificationConsumer
| Modifier and Type | Method and Description | 
|---|---|
| void | connectionNotification(java.lang.String eventName,
                      java.lang.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(java.lang.String eventName,
                         java.lang.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(java.lang.String eventName,
                            java.lang.Object source)
eventName - source - the source with which this object has been registered as a
          listenervoid disconnectionNotification(java.lang.String eventName,
                               java.lang.Object source)
eventName - the eventsource - the source with which this object has been registered as a
          listener