|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.bbn.openmap.event.ProjectionEvent
public class ProjectionEvent
An event with an updated MapBean projection.
| Field Summary | |
|---|---|
protected Projection |
projection
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ProjectionEvent(java.lang.Object source,
Projection aProj)
Construct a ProjectionEvent. |
|
| Method Summary | |
|---|---|
Projection |
getProjection()
Get the Projection. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Projection projection
| Constructor Detail |
|---|
public ProjectionEvent(java.lang.Object source,
Projection aProj)
source - ObjectaProj - Projection| Method Detail |
|---|
public Projection getProjection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||