oracle.dacf.style
Class StylesUserEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
oracle.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
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 |
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
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
getId
public int getId()
- Returns the id indicating ADD/REMOVE/UPDATE.
- Returns:
- Id which indicates type of event
Copyright © 1997, 2003, Oracle. All rights reserved.