Class PIASelectionSupport

java.lang.Object
com.portal.bas.PIASelectionSupport

public class PIASelectionSupport extends Object
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 Details

    • PIASelectionSupport

      public PIASelectionSupport()
      Creates an instance of a support object.
  • Method Details

    • addIASelectionListener

      public void addIASelectionListener(PIASelectionListener l)
      Adds a selection listener to the list.
      Parameters:
      l - the new selection listener
    • removeIASelectionListener

      public void removeIASelectionListener(PIASelectionListener l)
      Removes a selection listener from the list.
      Parameters:
      l - the selection listener to remove
    • fireSelectionChanged

      public void fireSelectionChanged(Object src, PModelHandle val)
      Issues a selection event for a single selection.
      Parameters:
      src - the issuing object
      val - the selection
    • fireSelectionChanged

      public void fireSelectionChanged(Object src, PModelHandle[] vals)
      Issues a selection event for multiple selections.
      Parameters:
      src - the issuing object
      vals - the selection array