org.mmbase.datatypes.processors
Interface CommitProcessor
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ChainedCommitProcessor, Creator, EmptyCommitProcessor, LastModified, LastModifier
- public interface CommitProcessor
- extends Serializable
If the processor defined for the field is of this type, then the commit(org.mmbase.bridge.Node, org.mmbase.bridge.Field) method will be called
on commit of the Node.
- Since:
- MMBase-1.8
- Version:
- $Id: CommitProcessor.java,v 1.4 2005/12/10 14:32:53 michiel Exp $
- Author:
- Michiel Meeuwissen
|
Method Summary |
void |
commit(Node node,
Field field)
Will be called on commit of the node. |
commit
public void commit(Node node,
Field field)
- Will be called on commit of the node.
MMBase build 1.8.1.20060716