|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
java.beans.PropertyChangeEvent
org.glassfish.config.support.TypedChangeEvent
public class TypedChangeEvent
Simple extension to java beans events to support notification for adding/removing indexed properties.
| Nested Class Summary | |
|---|---|
static class |
TypedChangeEvent.Type
|
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue)
|
|
TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
TypedChangeEvent.Type type)
|
|
| Method Summary | |
|---|---|
TypedChangeEvent.Type |
getType()
|
| 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 |
| Constructor Detail |
|---|
public TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue)
public TypedChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
TypedChangeEvent.Type type)
| Method Detail |
|---|
public TypedChangeEvent.Type getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||