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 an editor when it has updated its
edit controls by copying from the current component.
|
Method Summary |
void |
fieldsPopulated(StrangeEonsEditor editor)
Called when the specified editor has copied the state from the
component it is editing into its editing controls. |
fieldsPopulated
void fieldsPopulated(StrangeEonsEditor editor)
- Called when the specified editor has copied the state from the
component it is editing into its editing controls.
This provides a chance for an editor with custom controls to
do the same.
- Parameters:
editor - the editor that has updated its fields