Package oms3
Interface Notification.Listener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
Listeners.Logging,Listeners.NullCheck,Listeners.Printer,Listeners.RangeCheck,Listeners.UnitConverter
- Enclosing class:
- Notification
public static interface Notification.Listener extends EventListener
Notification Listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotice(Notification.Type t, EventObject E)Called when an event happens.
-
-
-
Method Detail
-
notice
void notice(Notification.Type t, EventObject E)
Called when an event happens.- Parameters:
t- event typeE- the event
-
-