Package ca.cgjennings.apps.arkham
Interface StrangeEonsEditor.FieldPopulationListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing interface:
- StrangeEonsEditor
public static interface StrangeEonsEditor.FieldPopulationListener extends java.util.EventListener
A listener to be called by a game component editor when it has updated its edit controls by copying from the current component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fieldsPopulated(StrangeEonsEditor editor)
Called when the specified editor has copied the state from the component it is editing into its editing controls.
-
-
-
Method Detail
-
fieldsPopulated
void fieldsPopulated(StrangeEonsEditor editor)
Called when the specified editor has copied the state from the component it is editing into its editing controls.- Parameters:
editor
- the editor that has updated its fields
-
-