Package esmska.data.event
Interface ValuedListener<E extends java.lang.Enum<E>,V>
-
- Type Parameters:
E- Enum describing the possible event typesV- Type of associated value
- All Superinterfaces:
java.util.EventListener
public interface ValuedListener<E extends java.lang.Enum<E>,V> extends java.util.EventListenerListener interface for receiving valued events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventOccured(ValuedEvent<E,V> e)Invoked when an event occurs.
-
-
-
Method Detail
-
eventOccured
void eventOccured(ValuedEvent<E,V> e)
Invoked when an event occurs.
-
-