Class DictionaryItemChangeListener
- java.lang.Object
-
- org.cxbox.model.dictionary.listener.DictionaryItemChangeListener
-
- All Implemented Interfaces:
org.cxbox.api.data.dao.databaselistener.IChangeListener<DictionaryItem>,org.springframework.core.Ordered
@Service public class DictionaryItemChangeListener extends Object implements org.cxbox.api.data.dao.databaselistener.IChangeListener<DictionaryItem>
-
-
Constructor Summary
Constructors Constructor Description DictionaryItemChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends DictionaryItem>getType()voidprocess(org.cxbox.api.data.dao.databaselistener.IChangeVector vector, org.cxbox.api.data.dictionary.LOV lov)
-
-
-
Method Detail
-
getType
public Class<? extends DictionaryItem> getType()
- Specified by:
getTypein interfaceorg.cxbox.api.data.dao.databaselistener.IChangeListener<DictionaryItem>
-
process
public void process(org.cxbox.api.data.dao.databaselistener.IChangeVector vector, org.cxbox.api.data.dictionary.LOV lov)- Specified by:
processin interfaceorg.cxbox.api.data.dao.databaselistener.IChangeListener<DictionaryItem>
-
-