Class NationSearchEvent


public class NationSearchEvent extends SearchEvent<NationSearchFilter,BONation>
Event to search a BONation.
The launcher must provide a valid NationSearchFilter in order to successfully call this event.
The listener searches all the BONation components starting from the event input, i.e. the given NationSearchEvent.
Since:
9.2
GCApi:
event
Reactors:
BTNationSearch(0)
No Spouts
  • Constructor Details

    • NationSearchEvent

      public NationSearchEvent(Page page, NationSearchFilter filter)
      Instantiates a new nation search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • NationSearchEvent

      public NationSearchEvent(NationSearchFilter filter)
      Instantiates a new nation search event.
      Parameters:
      filter - the set of filters that will be applied to the search