Package jmri.jmrit.logixng.tools.swing
Interface AbstractLogixNGEditor.EditorEventListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing interface:
- AbstractLogixNGEditor<E extends NamedBean>
public static interface AbstractLogixNGEditor.EditorEventListener extends java.util.EventListener
Create a custom listener event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
editorEventOccurred(java.util.HashMap<java.lang.String,java.lang.String> data)
An event that gets delivered from the editor
-
-
-
Method Detail
-
editorEventOccurred
void editorEventOccurred(java.util.HashMap<java.lang.String,java.lang.String> data)
An event that gets delivered from the editor- Parameters:
data
- Contains a list of commands to be processed by the listener recipient.
-
-