public class TimeBoundsEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
induceGraphicalUpdate |
protected TimeBounds |
newTimeBounds |
protected TimeBounds |
oldTimeBounds |
protected TimeBoundsHandler |
source |
Constructor and Description |
---|
TimeBoundsEvent(TimeBoundsHandler source,
TimeBounds ntb,
TimeBounds otb) |
Modifier and Type | Method and Description |
---|---|
TimeBounds |
getNewTimeBounds() |
TimeBounds |
getOldTimeBounds()
Only really used to indicate when a TimeBoundsHandler has gone active, if
this is null and the new TimeBounds isn't.
|
TimeBoundsHandler |
getSource()
The TimeBoundsHandler that is sending the message.
|
boolean |
isInduceGraphicalUpdate() |
void |
setInduceGraphicalUpdate(boolean induceGraphicalUpdate) |
protected TimeBoundsHandler source
protected TimeBounds newTimeBounds
protected TimeBounds oldTimeBounds
protected boolean induceGraphicalUpdate
public TimeBoundsEvent(TimeBoundsHandler source, TimeBounds ntb, TimeBounds otb)
public TimeBoundsHandler getSource()
public TimeBounds getNewTimeBounds()
public TimeBounds getOldTimeBounds()
public boolean isInduceGraphicalUpdate()
public void setInduceGraphicalUpdate(boolean induceGraphicalUpdate)
induceGraphicalUpdate
- Whether this event should cause any
graphical changes. (Set to false if you're firing multiple events
and you want only one of them - generally the last one, naturally
- to begin the work of updating the display.)Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details