Interface CommandListener

  • All Superinterfaces:
    java.util.EventListener, GuiseEventListener

    public interface CommandListener
    extends GuiseEventListener
    An object that listens for commands.
    Author:
    Garret Wilson
    • Method Detail

      • commanded

        void commanded​(CommandEvent commandEvent)
        Called when a command is invoked.
        Parameters:
        commandEvent - The event providing command information