public interface IMEMonitorHandlerReceiver<T extends IAEStack<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(java.lang.Object verificationToken)
return true if this object should remain as a listener.
|
void |
onListUpdate()
called when the list updates its contents, this is mostly for handling power events.
|
void |
postChange(IBaseMonitor<T> monitor,
java.lang.Iterable<T> change,
IActionSource actionSource)
called when changes are made to the Monitor, but only if listener is still valid.
|
boolean isValid(java.lang.Object verificationToken)
verificationToken - to be checked objectvoid postChange(IBaseMonitor<T> monitor, java.lang.Iterable<T> change, IActionSource actionSource)
change - done changevoid onListUpdate()