Uses of Interface
ca.phon.app.session.editor.EditorAction
-
Uses of EditorAction in ca.phon.app.session.editor
Modifier and TypeMethodDescription<T> void
EditorEventManager.registerActionForEvent
(EditorEventType<T> eventType, EditorAction<T> action) <T> void
EditorEventManager.registerActionForEvent
(EditorEventType<T> eventName, EditorAction<T> action, EditorEventManager.RunOn runOn) Register a handler for the given event name<T> void
EditorEventManager.removeActionForEvent
(EditorEventType<T> eventType, EditorAction<T> action) Remove handler for the given event