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 TypeMethodDescriptionvoidAdds a selection listener to the list.voidfireSelectionChanged(Object src, PModelHandle val) Issues a selection event for a single selection.voidfireSelectionChanged(Object src, PModelHandle[] vals) Issues a selection event for multiple selections.voidRemoves 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
-