Uses of Interface
com.bbn.openmap.event.OMEventHandler

Packages that use OMEventHandler
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.gui.event   
com.bbn.openmap.layer.event   
 

Uses of OMEventHandler in com.bbn.openmap.event
 

Classes in com.bbn.openmap.event that implement OMEventHandler
 class OMEventHandlerAdapter
          OMEventHandler subclasses look for the things that create OMEvents.
 

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

Fields in com.bbn.openmap.gui.event with type parameters of type OMEventHandler
protected  java.util.LinkedList<OMEventHandler> EventListPresenter.eventHandlers
           
 

Methods in com.bbn.openmap.gui.event with parameters of type OMEventHandler
 void EventListPresenter.addEventHandler(OMEventHandler aeh)
           
 void EventListPresenter.removeEventHandler(OMEventHandler aeh)
           
 

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

Classes in com.bbn.openmap.layer.event that implement OMEventHandler
 class EventLayer
          The EventLayer contains all the TemporalOMGraphics and manages the time for the graphics and how they should be displayed.
 class TestEventHandler
          Sample OMEventHandler to demonstrate being a TimeBoundsProvider and TimeBoundsHandler.
 



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