Oracle Data-aware Controls Reference

oracle.dacf.control.swing
Class SelectionChangingEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dacf.control.swing.SelectionChangingEvent
All Implemented Interfaces:
java.io.Serializable

public class SelectionChangingEvent
extends java.util.EventObject

ChangingEvent is used to notify listeners that state some state is about to change in the source.

Version:
SDK
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SelectionChangingEvent(java.lang.Object source)
          Constructor
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionChangingEvent

public SelectionChangingEvent(java.lang.Object source)
Constructor
Parameters:
source - of the event

Oracle Data-aware Controls Reference