public interface FlushEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
FlushEventListenerResult |
flush(FlushEvent flushEvent) |
java.lang.String |
getName() |
java.lang.String |
getStatus() |
boolean |
isActive() |
void |
notifyStartTracking() |
void |
notifyStopTracking() |
FlushEventListenerResult flush(FlushEvent flushEvent) throws java.lang.Exception
java.lang.Exceptionjava.lang.String getStatus()
java.lang.String getName()
boolean isActive()
void notifyStopTracking()
void activate()
void deactivate()
void notifyStartTracking()