Class MenuActionEvent

    • Constructor Detail

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

      • getOption

        public String getOption()
      • getTarget

        public String getTarget()