|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.mule.api.context.notification.ServerNotification
org.mule.context.notification.ModelNotification
public class ModelNotification
ModelNotification
is fired when an event such as the model starting
occurs. The payload of this event will always be a reference to the model.
Model
,
Serialized FormField Summary | |
---|---|
static int |
MODEL_DISPOSED
|
static int |
MODEL_INITIALISED
|
static int |
MODEL_STARTED
|
static int |
MODEL_STOPPED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ModelNotification(Model model,
int action)
|
Method Summary |
---|
Methods inherited from class org.mule.api.context.notification.ServerNotification |
---|
cloneMessage, generateId, getAction, getActionId, getActionName, getActionName, getPayloadToString, getResourceIdentifier, getServerId, getTimestamp, getType, isResourceIdentifierAnUri, registerAction, setMuleContext, toString |
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 |
---|
public static final int MODEL_INITIALISED
public static final int MODEL_STARTED
public static final int MODEL_STOPPED
public static final int MODEL_DISPOSED
Constructor Detail |
---|
public ModelNotification(Model model, int action)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |