Package ca.phon.app.session.editor
Interface EditorAction<T>
public interface EditorAction<T>
Interface for handling editor actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventOccurred
(EditorEvent<T> ee) Called when an editor event occurs.
-
Method Details
-
eventOccurred
Called when an editor event occurs. This method is always called on the editor event queue (not the AWT event queue.)
-