public interface FanUpEventListener extends FanEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(NodeUpEvent event)
This method handles NodeUpEvents.
|
void |
handleEvent(ServiceUpEvent event)
This method handles ServiceUpEvents.
|
handleEvent, handleEvent, handleEventvoid handleEvent(ServiceUpEvent event)
ServiceUpEvent gets generated on any
servicegetting up and running on any instance. By implementing this method, the client take advantage of this service.
event - the attributes of the FAN event.void handleEvent(NodeUpEvent event)
NodeUpEvent gets generated on any
Instancegetting up and running. By implementing this method, the client can take advantage of this Instance.
event - the attributes of the FAN event.