Uses of Enum Class
ca.phon.app.session.editor.EditorEventManager.RunOn
-
Uses of EditorEventManager.RunOn in ca.phon.app.session.editor
Modifier and TypeMethodDescriptionstatic EditorEventManager.RunOn
Returns the enum constant of this class with the specified name.static EditorEventManager.RunOn[]
EditorEventManager.RunOn.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<T> void
EditorEventManager.registerActionForEvent
(EditorEventType<T> eventName, EditorAction<T> action, EditorEventManager.RunOn runOn) Register a handler for the given event name