Class AbstractEntityAttrDao.AddressItemModifiedEventListener
java.lang.Object
ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao.AddressItemModifiedEventListener
- All Implemented Interfaces:
EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
- Enclosing class:
- AbstractEntityAttrDao<E extends Id>
protected abstract static class AbstractEntityAttrDao.AddressItemModifiedEventListener extends java.lang.Object implements EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
-
Constructor Summary
Constructors Constructor Description AddressItemModifiedEventListener()
-
Method Summary
Modifier and Type Method Description protected abstract AbstractEntityAttrDao<?>
newDao(ru.bitel.bgbilling.kernel.container.managed.ServerContext context)
void
notify(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AddressItemModifiedEventListener
public AddressItemModifiedEventListener() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
-
Method Details
-
newDao
protected abstract AbstractEntityAttrDao<?> newDao(ru.bitel.bgbilling.kernel.container.managed.ServerContext context) -
notify
public void notify(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException- Specified by:
notify
in interfaceEventListener<ru.bitel.bgbilling.kernel.event.common.Event>
- Throws:
ru.bitel.bgbilling.common.BGException
-