Class TeamDislocationSearchEvent


public class TeamDislocationSearchEvent extends SearchEvent<TeamDislocationSearchFilter,BOTeamDislocation>
Event to search for BOTeamDislocation.
The launcher must provide a valid TeamDislocationSearchFilter in order to successfully call this event.
The listener searches all the components of the BOTeamDislocations starting from the event input, i.e. the given TeamDislocationSearchFilter.
Since:
18.0
GCApi:
event
Reactors:
BTTeamDislocationSearch(0)
No Spouts
  • Constructor Details

    • TeamDislocationSearchEvent

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

      public TeamDislocationSearchEvent(TeamDislocationSearchFilter filter)
      Instantiates a new team dislocation search event.
      Parameters:
      filter - the set of filters that will be applied to the search