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 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