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

Packages that use TimeBoundsHandler
com.bbn.openmap.layer.event   
com.bbn.openmap.time   
 

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

Fields in com.bbn.openmap.layer.event with type parameters of type TimeBoundsHandler
protected  java.util.List<TimeBoundsHandler> TestEventHandler.timeBoundsHandlers
           
protected  java.util.List<TimeBoundsHandler> EventLayer.timeBoundsHandlers
           
 

Methods in com.bbn.openmap.layer.event with parameters of type TimeBoundsHandler
 void TestEventHandler.addTimeBoundsHandler(TimeBoundsHandler tbh)
           
 void EventLayer.addTimeBoundsHandler(TimeBoundsHandler tbh)
           
 void TestEventHandler.removeTimeBoundsHandler(TimeBoundsHandler tbh)
           
 void EventLayer.removeTimeBoundsHandler(TimeBoundsHandler tbh)
           
 

Uses of TimeBoundsHandler in com.bbn.openmap.time
 

Classes in com.bbn.openmap.time that implement TimeBoundsHandler
 class Clock
          The Clock is a controller that manages a Timer in order to support the notion of a time range and a list of objects that can contribute to that time range.
 

Fields in com.bbn.openmap.time declared as TimeBoundsHandler
protected  TimeBoundsHandler TimeBoundsEvent.source
           
 

Methods in com.bbn.openmap.time that return TimeBoundsHandler
 TimeBoundsHandler TimeBoundsEvent.getSource()
          The TimeBoundsHandler that is sending the message.
 

Methods in com.bbn.openmap.time with parameters of type TimeBoundsHandler
 void TimeBoundsProvider.addTimeBoundsHandler(TimeBoundsHandler tbh)
          The TimeBoundsProvider keep track of the handlers it needs to notify when the bounds or activeness changes.
 void TimeBoundsProvider.removeTimeBoundsHandler(TimeBoundsHandler tbh)
          The TimeBoundsProvider keep track of the handlers it needs to notify when the bounds or activeness changes.
 

Constructors in com.bbn.openmap.time with parameters of type TimeBoundsHandler
TimeBoundsEvent(TimeBoundsHandler source, TimeBounds ntb, TimeBounds otb)
           
 



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