public class PostCommitUpdateWorkView extends java.lang.Object implements EventListener
| Modifier and Type | Method and Description |
|---|---|
static void |
destroy()
Unregister this listener.
|
void |
eventAction(EventMessage em) |
boolean |
eventValidate(EventMessage em) |
static PostCommitUpdateWorkView |
init()
Initailizes the listener object.
|
void |
postCommitEventAction(EventMessage em)
After the ticket or work order is written to the database, this method
update workview table.
|
void |
preSaveEventAction(EventMessage em) |
public static PostCommitUpdateWorkView init() throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionpublic static void destroy()
public 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