Package org.eclipse.net4j.util.cache
Interface ICacheMonitorEvent
- All Superinterfaces:
IEvent
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSource
ICacheMonitor getSource() -
getOldCondition
ICacheMonitor.Condition getOldCondition() -
getNewCondition
ICacheMonitor.Condition getNewCondition()
-