Class TimedGPSPositionSearchEvent


public class TimedGPSPositionSearchEvent extends SearchEvent<TimedGPSPositionSearchFilter,TimedGPSPosition>
This event allows to search TimedGPSPosition.
The launcher must provide a valid TimedGPSPositionSearchFilter in order to successfully call this event.
The listener searches all the TimedGPSPosition components starting from the event input, i.e. the given TimedGPSPositionSearchFilter.
Since:
22.0
GCApi:
event
Reactors:
BTGPSTimedPositionSearch(0)
No Spouts
  • Constructor Details

    • TimedGPSPositionSearchEvent

      public TimedGPSPositionSearchEvent(Page page, TimedGPSPositionSearchFilter filter)
      Instantiates a new timed GPS position search event.
      Parameters:
      page - the Page that will contain the paginated result
      filter - the TimedGPSPositionSearchFilter that contains the set of filters that will be applied to the search
    • TimedGPSPositionSearchEvent

      public TimedGPSPositionSearchEvent(TimedGPSPositionSearchFilter filter)
      Instantiates a new timed GPS position search event.
      Parameters:
      filter - the TimedGPSPositionSearchFilter that contains the set of filters that will be applied to the search