Package ca.phon.app.session
Class EditorViewAdapter
java.lang.Object
ca.phon.app.session.EditorViewAdapter
- All Implemented Interfaces:
EditorViewListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClosed
(EditorView view) void
onFocused
(EditorView view) void
onOpened
(EditorView view)
-
Constructor Details
-
EditorViewAdapter
public EditorViewAdapter()
-
-
Method Details
-
onOpened
- Specified by:
onOpened
in interfaceEditorViewListener
-
onClosed
- Specified by:
onClosed
in interfaceEditorViewListener
-
onFocused
- Specified by:
onFocused
in interfaceEditorViewListener
-