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