public class CodingSchemeRegisteringListener extends DefaultServiceEventListener
addCodingSchemeRegisteringListener method. When
the codingSchemeRegistering event occurs, that object's appropriate
method is invoked.
CodingSchemeRegisteringEvent
Constructor and Description |
---|
CodingSchemeRegisteringListener() |
Modifier and Type | Method and Description |
---|---|
<T extends java.lang.Exception> |
onCodingSchemeInsertError(CodingSchemeInsertErrorEvent<T> codingSchemeInsertErrorEvent)
On coding scheme insert error.
|
boolean |
onPreCodingSchemeInsert(PreCodingSchemeInsertEvent event)
On coding scheme insert.
|
isActive, onCodingSchemeUpdate, onEntityReviseEvent, onEntityUpdate, onPostBatchEntityInsert, onPostCodingSchemeInsert, onPostEntityInsert, onPostEntityRemove, onPostPropertyInsert, onPostPropertyRemove, onPreAssociationInsert, onPreBatchAssociationInsert, onPreBatchEntityInsert, onPreEntityInsert, onPreEntityRemove, onPropertyUpdate, setActive
public boolean onPreCodingSchemeInsert(PreCodingSchemeInsertEvent event) throws CodingSchemeAlreadyLoadedException
DatabaseServiceEventListener
onPreCodingSchemeInsert
in interface DatabaseServiceEventListener
onPreCodingSchemeInsert
in class DefaultServiceEventListener
event
- the eventCodingSchemeAlreadyLoadedException
- the coding scheme already loaded exceptionpublic <T extends java.lang.Exception> void onCodingSchemeInsertError(CodingSchemeInsertErrorEvent<T> codingSchemeInsertErrorEvent)
DatabaseServiceEventListener
onCodingSchemeInsertError
in interface DatabaseServiceEventListener
onCodingSchemeInsertError
in class DefaultServiceEventListener
codingSchemeInsertErrorEvent
- the coding scheme insert error event