public interface ConnectorNamingEventNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ConnectorNamingEventListener listener)
To add Listener which gets notified when the event happens
|
void |
notifyListeners(ConnectorNamingEvent event)
Notifies all the registered listeners about naming event.
|
void |
removeListener(ConnectorNamingEventListener listener)
To remove listener such that it wont be notified anymore.
|
void addListener(ConnectorNamingEventListener listener)
listener - void removeListener(ConnectorNamingEventListener listener)
listener - void notifyListeners(ConnectorNamingEvent event)
event - Copyright © 2017. All rights reserved.