Package com.tangosol.util
Interface AnyListener
-
- All Superinterfaces:
EventListener
public interface AnyListener extends EventListener
An AnyEvent is an event used when no specific event implementation fits and it is not worth making one.- Author:
- cp 1999.08.24
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
eventOccurred(AnyEvent e)
-
-
-
Method Detail
-
eventOccurred
void eventOccurred(AnyEvent e)
-
-