Uses of Interface
oms3.Notification.Listener
-
Packages that use Notification.Listener Package Description oms3 OMS Core execution environment.oms3.util Utilities. -
-
Uses of Notification.Listener in oms3
Methods in oms3 with parameters of type Notification.Listener Modifier and Type Method Description voidCompound. addListener(Notification.Listener l)Add a ExecutionListener that tracks executionvoidCompound. removeListerer(Notification.Listener l)Remove a ExecutionListener that tracks execution -
Uses of Notification.Listener in oms3.util
Classes in oms3.util that implement Notification.Listener Modifier and Type Class Description static classListeners.LoggingSimple Logging listener.static classListeners.NullCheckNull checker.static classListeners.Printerstatic classListeners.RangeCheckRange checker.static classListeners.UnitConverterUnit converter.
-