Interface MissionHub

All Known Implementing Classes:
BaseMissionHub

public interface MissionHub
What additionally defines a MissionHub is that it must support certain actions in its callEvent() method; see BaseMissionHub for details.
  • Method Details

    • getPerson

      PersonAPI getPerson()
    • setPerson

      void setPerson(PersonAPI person)
    • getOpenOptionText

      String getOpenOptionText()