Package com.portal.bas
Class PIASelectionSupport
java.lang.Object
com.portal.bas.PIASelectionSupport
PIASelectionSupport
provides support for issuing selection events.
It is similar to the model of the java.beans.PropertyChangeSupport
class.- Version:
- 5
- Author:
- Larry Lynch-Freshner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a selection listener to the list.void
fireSelectionChanged
(Object src, PModelHandle val) Issues a selection event for a single selection.void
fireSelectionChanged
(Object src, PModelHandle[] vals) Issues a selection event for multiple selections.void
Removes a selection listener from the list.
-
Constructor Details
-
PIASelectionSupport
public PIASelectionSupport()Creates an instance of a support object.
-
-
Method Details
-
addIASelectionListener
Adds a selection listener to the list.- Parameters:
l
- the new selection listener
-
removeIASelectionListener
Removes a selection listener from the list.- Parameters:
l
- the selection listener to remove
-
fireSelectionChanged
Issues a selection event for a single selection.- Parameters:
src
- the issuing objectval
- the selection
-
fireSelectionChanged
Issues a selection event for multiple selections.- Parameters:
src
- the issuing objectvals
- the selection array
-