public interface FanEventListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(LoadAdvisoryEvent event)
Handle the event.
|
void |
handleEvent(NodeDownEvent event)
Handle the event.
|
void |
handleEvent(ServiceDownEvent event)
Handle the event.
|
void handleEvent(ServiceDownEvent event)
event - the attributes of the FAN event.void handleEvent(NodeDownEvent event)
event - the attributes of the FAN event.void handleEvent(LoadAdvisoryEvent event)
event - the attributes of the FAN event.