Package | Description |
---|---|
com.bbn.openmap.layer.event | |
com.bbn.openmap.time |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TimeBoundsHandler> |
TestEventHandler.timeBoundsHandlers |
protected java.util.List<TimeBoundsHandler> |
EventLayer.timeBoundsHandlers |
Modifier and Type | Method and Description |
---|---|
void |
TestEventHandler.addTimeBoundsHandler(TimeBoundsHandler tbh) |
void |
EventLayer.addTimeBoundsHandler(TimeBoundsHandler tbh) |
void |
TestEventHandler.removeTimeBoundsHandler(TimeBoundsHandler tbh) |
void |
EventLayer.removeTimeBoundsHandler(TimeBoundsHandler tbh) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected TimeBoundsHandler |
TimeBoundsEvent.source |
Modifier and Type | Method and Description |
---|---|
TimeBoundsHandler |
TimeBoundsEvent.getSource()
The TimeBoundsHandler that is sending the message.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
TimeBoundsEvent(TimeBoundsHandler source,
TimeBounds ntb,
TimeBounds otb) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details