Uses of Class
oms3.Notification.Type
-
Packages that use Notification.Type Package Description oms3 OMS Core execution environment.oms3.util Utilities. -
-
Uses of Notification.Type in oms3
Methods in oms3 that return Notification.Type Modifier and Type Method Description static Notification.TypeNotification.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Notification.Type[]Notification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oms3 with parameters of type Notification.Type Modifier and Type Method Description voidNotification.Listener. notice(Notification.Type t, EventObject E)Called when an event happens. -
Uses of Notification.Type in oms3.util
Methods in oms3.util with parameters of type Notification.Type Modifier and Type Method Description voidListeners.Logging. notice(Notification.Type T, EventObject E)voidListeners.NullCheck. notice(Notification.Type T, EventObject E)voidListeners.Printer. notice(Notification.Type T, EventObject E)voidListeners.RangeCheck. notice(Notification.Type T, EventObject E)voidListeners.UnitConverter. notice(Notification.Type T, EventObject E)
-