Uses of Class
com.bbn.openmap.omGraphics.event.EOMGEvent

Packages that use EOMGEvent
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.omGraphics.event Provides classes for event notification of OMGraphic changes. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of EOMGEvent in com.bbn.openmap.omGraphics
 

Methods in com.bbn.openmap.omGraphics with parameters of type EOMGEvent
 void EditableOMGraphic.fireEvent(EOMGEvent event)
          The method to call if you want to let listeners know that the state has changed.
 

Uses of EOMGEvent in com.bbn.openmap.omGraphics.event
 

Methods in com.bbn.openmap.omGraphics.event with parameters of type EOMGEvent
 void EOMGListener.eomgChanged(EOMGEvent event)
           
 void EOMGListenerSupport.fireEvent(EOMGEvent event)
          Send a eomgChanged event to all registered listeners.
 

Uses of EOMGEvent in com.bbn.openmap.tools.drawing
 

Methods in com.bbn.openmap.tools.drawing with parameters of type EOMGEvent
 void OMDrawingTool.eomgChanged(EOMGEvent event)
          This is a EOMGListener method, and gets called by the EditableOMGraphic when something changes.
 



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