Uses of Interface
com.bbn.openmap.time.TimeEventListener

Packages that use TimeEventListener
com.bbn.openmap.gui.event   
com.bbn.openmap.gui.time   
com.bbn.openmap.layer.event   
com.bbn.openmap.time   
 

Uses of TimeEventListener in com.bbn.openmap.gui.event
 

Classes in com.bbn.openmap.gui.event that implement TimeEventListener
 class EventListPresenter
          The EventListPresenter presents OMEvents as a list.
 

Uses of TimeEventListener in com.bbn.openmap.gui.time
 

Classes in com.bbn.openmap.gui.time that implement TimeEventListener
 class HotwashTimerControlButtonPanel
          The TimerControlButtonPanel provides control for starting and stopping a clock contained in a RealTimeHandler.
 class TimelineLayer
          Timeline layer Render events and allow for their selection on a variable-scale time line.
 class TimePanel
          The TimePanel is a GUI widget that provides assortment of Clock controls, including play, step and reverse buttons, a rate controller, a current time label and a time slider.
 class TimerControlButtonPanel
          The TimerControlButtonPanel provides control for starting and stopping a clock contained in a RealTimeHandler.
 class TimeSliderLayer
          Timeline layer Render events and allow for their selection on a variable-scale timeline
 

Uses of TimeEventListener in com.bbn.openmap.layer.event
 

Classes in com.bbn.openmap.layer.event that implement TimeEventListener
 class EventLayer
          The EventLayer contains all the TemporalOMGraphics and manages the time for the graphics and how they should be displayed.
 

Uses of TimeEventListener in com.bbn.openmap.time
 

Fields in com.bbn.openmap.time with type parameters of type TimeEventListener
protected  java.util.List<TimeEventListener> Clock.timeEventListeners
           
 

Methods in com.bbn.openmap.time with parameters of type TimeEventListener
 void RealTimeHandler.addTimeEventListener(TimeEventListener listener)
          Add a listener for TimeEvents describing what the handler is up to.
 void Clock.addTimeEventListener(TimeEventListener tel)
          Add a TimeEventListener to the clock, so it knows who to update when the time changes.
 void RealTimeHandler.removeTimeEventListener(TimeEventListener listener)
          Remove a listener so it stops receiving TimeEvents.
 void Clock.removeTimeEventListener(TimeEventListener tel)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details