public interface IMEMonitorHandlerReceiver<StackType extends IAEStack>
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<StackType> monitor,
java.lang.Iterable<StackType> change,
BaseActionSource 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<StackType> monitor, java.lang.Iterable<StackType> change, BaseActionSource actionSource)
change
- done changevoid onListUpdate()