Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableOMGraphic.fireEvent(EOMGEvent event)
The method to call if you want to let listeners know that the state has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
EOMGListener.eomgChanged(EOMGEvent event) |
void |
EOMGListenerSupport.fireEvent(EOMGEvent event)
Send a eomgChanged event to all registered listeners.
|
Modifier and Type | Method and Description |
---|---|
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