org.nuiton.topia.history
Class TopiaHistoryListener
java.lang.Object
org.nuiton.topia.history.TopiaHistoryListener
- All Implemented Interfaces:
- java.util.EventListener, TopiaEntityListener
public class TopiaHistoryListener
- extends java.lang.Object
- implements TopiaEntityListener
- Author:
- poussin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
historyCreate
protected boolean historyCreate
historyDelete
protected boolean historyDelete
historyUpdate
protected boolean historyUpdate
historyLoad
protected boolean historyLoad
context
protected TopiaContext context
TopiaHistoryListener
public TopiaHistoryListener(TopiaContext context,
boolean historyCreate,
boolean historyDelete,
boolean historyUpdate,
boolean historyLoad)
create
public void create(TopiaEntityEvent e)
- Specified by:
create in interface TopiaEntityListener
delete
public void delete(TopiaEntityEvent e)
- Specified by:
delete in interface TopiaEntityListener
update
public void update(TopiaEntityEvent e)
- Specified by:
update in interface TopiaEntityListener
load
public void load(TopiaEntityEvent e)
- Specified by:
load in interface TopiaEntityListener
addToHistory
protected void addToHistory(TopiaEntity entity,
int action)
Copyright © 2004-2009 CodeLutin. All Rights Reserved.