Class ActorController.ListenToActorAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Enclosing class:
    ActorController

    public static class ActorController.ListenToActorAction
    extends FigureAction
    An action to listen to debug messages in the actor. This is static so that other classes can use it.
    See Also:
    Serialized Form
    • Constructor Detail

      • ListenToActorAction

        public ListenToActorAction​(TableauFrame tableauFrame)
        Create an action to listen to debug messages.
        Parameters:
        tableauFrame - The associated TableauFrame.
      • ListenToActorAction

        public ListenToActorAction​(BasicGraphController controller)
        Create an action to listen to debug messages in the actor.
        Parameters:
        controller - The controller associated with this action.
      • ListenToActorAction

        public ListenToActorAction​(NamedObj target,
                                   BasicGraphController controller)
        Create an action to listen to debug messages in the actor.
        Parameters:
        target - The actor to which to listen.
        controller - The controller associated with this action.
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent event)
        Perform the action.
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Overrides:
        actionPerformed in class FigureAction
        Parameters:
        event - The action event
      • setConfiguration

        public void setConfiguration​(Configuration configuration)
        Set the configuration for use by the help screen.
        Parameters:
        configuration - The configuration.