Class MenuActionEvent

All Implemented Interfaces:
Serializable

public class MenuActionEvent extends GameEvent<MenuAction>
See Also:
  • Constructor Details

    • MenuActionEvent

      public MenuActionEvent(MenuAction source, String option, String target)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details

    • getOption

      public String getOption()
    • getTarget

      public String getTarget()