|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
edu.umd.cfar.lamp.viper.gui.core.ViperMediatorChangeEvent
Indicates a change that UI elements might want to respond to.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ViperMediatorChangeEvent(java.lang.Object source)
Constructs a new event object with the given source. |
|
ViperMediatorChangeEvent(java.lang.Object source,
ViperChangeEvent viperEvent)
Constructs a new change event. |
|
| Method Summary | |
ViperChangeEvent |
getViperEvent()
Gets the viper event that caused this change. |
| 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 |
| Constructor Detail |
public ViperMediatorChangeEvent(java.lang.Object source)
source - where the event occurred
public ViperMediatorChangeEvent(java.lang.Object source,
ViperChangeEvent viperEvent)
source - the source of the change. Probably should be the mediator.viperEvent - the associated viper change event, if it exists| Method Detail |
public ViperChangeEvent getViperEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||