Package de.xima.fc.listener
Interface IBaseEntityListener<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>
-
public interface IBaseEntityListener<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleNotification(E entity)
-
-
-
Method Detail
-
handleNotification
void handleNotification(E entity)
-
-