public abstract class AbstractEventListener extends Object implements Esi4JEventListener
| Constructor and Description |
|---|
AbstractEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPostDelete(Iterable<Object> objects) |
void |
onPostDelete(Object... objects) |
void |
onPostInsert(Iterable<Object> objects) |
void |
onPostInsert(Object... objects) |
void |
onPostUpdate(Iterable<Object> objects) |
void |
onPostUpdate(Object... objects) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonPostDelete, onPostInsert, onPostUpdatepublic void onPostInsert(Object... objects)
onPostInsert in interface Esi4JEventListenerpublic void onPostInsert(Iterable<Object> objects)
onPostInsert in interface Esi4JEventListenerpublic void onPostUpdate(Object... objects)
onPostUpdate in interface Esi4JEventListenerpublic void onPostUpdate(Iterable<Object> objects)
onPostUpdate in interface Esi4JEventListenerpublic void onPostDelete(Object... objects)
onPostDelete in interface Esi4JEventListenerpublic void onPostDelete(Iterable<Object> objects)
onPostDelete in interface Esi4JEventListenerCopyright © 2013 Molindo GmbH. All Rights Reserved.