com.bbn.openmap.time
Interface TimeBoundsListener

All Superinterfaces:
java.util.EventListener, java.beans.PropertyChangeListener
All Known Implementing Classes:
EventListPresenter, TimelineLayer, TimeSliderLayer

public interface TimeBoundsListener
extends java.beans.PropertyChangeListener

A component that is interested in knowing about time bounds, i.e. a window of time. A TimeBoundsHandler will notify the listener when the time bounds changes.


Method Summary
 void updateTimeBounds(TimeBoundsEvent tbe)
          This method will be called on the TimeBoundsListener to let it know that the time bounds have changed.
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

updateTimeBounds

void updateTimeBounds(TimeBoundsEvent tbe)
This method will be called on the TimeBoundsListener to let it know that the time bounds have changed.

Parameters:
tbe - TimeBoundsEvent with the source of the change along with the old and new values.


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