public class SelectionNotification
extends java.lang.Object
implements java.io.Serializable
OptionModelController or the GroupController about
a currently selected object.| Constructor and Description |
|---|
SelectionNotification(java.lang.Object selectedObject)
Instantiates a new selection notification.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSelectedObject()
Gets the selected object.
|
void |
setSelectedObject(java.lang.Object selectedObject)
Sets the selected object.
|