|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.openmdx.base.event.InstanceCallbackEvent
public class InstanceCallbackEvent
openMDX Instance Callback Event
| Field Summary | |
|---|---|
static short |
POST_LOAD
Type of the event fired after the values are loaded from the data store into the Object_1_0 instance. |
static short |
POST_RELOAD
Type of the event fired after the values are loaded from the data store into the Object_1_0 instance. |
static short |
PRE_CLEAR
Type of the event fired before the values in the instance are cleared. |
static short |
PRE_DELETE
Type of the event fired before the instance is deleted. |
static short |
PRE_STORE
Type of the event fired before the values are stored from the Object_1_0 instance. |
protected PropertyChangeListener |
target
|
protected short |
type
Contains the type of this event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
InstanceCallbackEvent(short type,
Object source,
PropertyChangeListener target)
Constructor |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a String representation of this EventObject. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final short type
POST_LOAD,
POST_RELOAD,
PRE_STORE,
PRE_CLEAR,
PRE_DELETEprotected transient PropertyChangeListener target
public static final short POST_LOAD
public static final short POST_RELOAD
public static final short PRE_CLEAR
public static final short PRE_STORE
public static final short PRE_DELETE
| Constructor Detail |
|---|
public InstanceCallbackEvent(short type,
Object source,
PropertyChangeListener target)
type - source - The object on which the Event initially occurred.target - | Method Detail |
|---|
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||