Oracle Data-aware Controls Reference

oracle.dacf.style
Class StylesUserEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjava.beans.PropertyChangeEvent
          extended byoracle.dacf.style.StylesUserEvent
All Implemented Interfaces:
java.io.Serializable

public class StylesUserEvent
extends java.beans.PropertyChangeEvent

The Event send to style users registered as StylesUsers Listeners

Version:
PUBLIC
See Also:
oracle.dacf.style.StyleManager#addStylesUserListener(), StylesUserListener, Serialized Form

Field Summary
static int ADD_DEFAULTVALUE
           
static int ADD_STYLE
           
static int OVERWRITEUPDATE_STYLE
           
static int REMOVE_STYLE
           
static int UPDATE_STYLE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StylesUserEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, int id)
          Constructor
 
Method Summary
 int getId()
          Returns the id indicating ADD/REMOVE/UPDATE.
 
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId
 
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
 

Field Detail

ADD_STYLE

public static final int ADD_STYLE
See Also:
Constant Field Values

UPDATE_STYLE

public static final int UPDATE_STYLE
See Also:
Constant Field Values

REMOVE_STYLE

public static final int REMOVE_STYLE
See Also:
Constant Field Values

OVERWRITEUPDATE_STYLE

public static final int OVERWRITEUPDATE_STYLE
See Also:
Constant Field Values

ADD_DEFAULTVALUE

public static final int ADD_DEFAULTVALUE
See Also:
Constant Field Values
Constructor Detail

StylesUserEvent

public StylesUserEvent(java.lang.Object source,
                       java.lang.String propertyName,
                       java.lang.Object oldValue,
                       java.lang.Object newValue,
                       int id)
Constructor

Parameters:
source - the style being modified
Method Detail

getId

public int getId()
Returns the id indicating ADD/REMOVE/UPDATE.

Returns:
Id which indicates type of event

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.