|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.table.SelectionChangedEvent
public class SelectionChangedEvent
Reports a change to a Selection.
SelectionChangedEvent is a ContentsChangedEvent subclass that is created/sent when a Selection has changed. It informs the listener of the specific additions and deletions made to the Selection. All the com.sas.table subclasses of Selection send SelectionChangedEvents to all registered listeners of ContentsChangedEvent.
Selection.addContentsChangedListener(com.sas.collection.ContentsChangedListener)
,
Serialized FormField Summary | |
---|---|
Selection[] |
additions
An array of Selections which represent the items added to the source Selection. |
Selection[] |
deletions
An array of Selections which represent the items deleted from the source Selection. |
Constructor Summary | |
---|---|
SelectionChangedEvent(java.lang.Object source,
Selection[] additions,
Selection[] deletions)
Constructs a new SelectionChangedEvent object. |
Field Detail |
---|
public final Selection[] additions
public final Selection[] deletions
Constructor Detail |
---|
public SelectionChangedEvent(java.lang.Object source, Selection[] additions, Selection[] deletions)
source
- The selection that changed.additions
- An array of Selections which represent the items added to source.
(may be null)deletions
- An array of Selections which represent the items removed from source.
(may be null)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |