public class AssignmentEventListener extends java.lang.Object implements java.util.EventListener, EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventAction(EventMessage em) |
boolean |
eventValidate(EventMessage em) |
static AssignmentEventListener |
getInstance() |
void |
postCommitEventAction(EventMessage em) |
void |
preSaveEventAction(EventMessage em) |
void |
register() |
void |
setSkdAppService(SKDAppService skdAppService) |
void |
setSlRouteService(SLRouteService slRouteService) |
void |
unregister() |
public static AssignmentEventListener getInstance()
public void setSlRouteService(SLRouteService slRouteService)
public void setSkdAppService(SKDAppService skdAppService)
public void register()
throws MXException
MXExceptionpublic void unregister()
throws MXException
MXExceptionpublic 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