Uses of Class
jasima.core.util.observer.ObservableValue.EventType
-
Packages that use ObservableValue.EventType Package Description jasima.core.util.observer -
-
Uses of ObservableValue.EventType in jasima.core.util.observer
Methods in jasima.core.util.observer that return ObservableValue.EventType Modifier and Type Method Description static ObservableValue.EventTypeObservableValue.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObservableValue.EventType[]ObservableValue.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.util.observer with parameters of type ObservableValue.EventType Modifier and Type Method Description protected voidObservableValue. fireEvent(ObservableValue.EventType event)Broadcast an event to all listeners.voidObservableValue.ObservableListener. onEvent(ObservableValue<V> ov, ObservableValue.EventType et)
-