public class FormulaMboEventListener extends java.lang.Object implements EventListener, InternalEventListener
| Constructor and Description |
|---|
FormulaMboEventListener(java.lang.String objectName,
java.lang.String attributeName,
boolean persistent) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventAction(EventMessage em) |
boolean |
eventValidate(EventMessage em) |
protected MXLogger |
getLogger() |
void |
postCommitEventAction(EventMessage em) |
void |
postSaveInternalEventAction(EventMessage em) |
void |
preSaveEventAction(EventMessage em) |
void |
preSaveInternalEventAction(EventMessage em) |
public FormulaMboEventListener(java.lang.String objectName,
java.lang.String attributeName,
boolean persistent)
scriptName - - the name of the scriptlaunchPointName - - the name of the launch pointobjectName - - the mbo nameattributeName - - the attribute namepublic void eventAction(EventMessage em) throws MXException
eventAction in interface EventListenerMXExceptionpublic boolean eventValidate(EventMessage em) throws MXException
eventValidate in interface EventListenerMXExceptionpublic void postCommitEventAction(EventMessage em) throws MXException
postCommitEventAction in interface EventListenerMXExceptionpublic void preSaveEventAction(EventMessage em) throws MXException
preSaveEventAction in interface EventListenerMXExceptionprotected MXLogger getLogger()
public void preSaveInternalEventAction(EventMessage em) throws MXException
preSaveInternalEventAction in interface InternalEventListenerMXExceptionpublic void postSaveInternalEventAction(EventMessage em) throws MXException
postSaveInternalEventAction in interface InternalEventListenerMXException