Package oms3.util
Class Listeners.RangeCheck
- java.lang.Object
-
- oms3.util.Listeners.RangeCheck
-
- All Implemented Interfaces:
EventListener,Notification.Listener
- Enclosing class:
- Listeners
public static class Listeners.RangeCheck extends Object implements Notification.Listener
Range checker. A range checker that checks for In/Out values tha have an additional "@Range" annotation.
-
-
Constructor Summary
Constructors Constructor Description RangeCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotice(Notification.Type T, EventObject E)Called when an event happens.
-
-
-
Method Detail
-
notice
public void notice(Notification.Type T, EventObject E)
Description copied from interface:Notification.ListenerCalled when an event happens.- Specified by:
noticein interfaceNotification.Listener- Parameters:
T- event typeE- the event
-
-