public class TestListener extends java.lang.Object implements EventListener
| Constructor and Description |
|---|
TestListener(java.lang.String objName) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventAction(EventMessage em) |
boolean |
eventValidate(EventMessage em) |
void |
postCommitEventAction(EventMessage em) |
void |
preSaveEventAction(EventMessage em) |
public TestListener(java.lang.String objName)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic boolean eventValidate(EventMessage em) throws MXException
eventValidate in interface EventListenerMXExceptionpublic void preSaveEventAction(EventMessage em) throws MXException
preSaveEventAction in interface EventListenerMXExceptionpublic void eventAction(EventMessage em) throws MXException
eventAction in interface EventListenerMXExceptionpublic void postCommitEventAction(EventMessage em) throws MXException
postCommitEventAction in interface EventListenerMXException