org.mmbase.datatypes.processors
Class EmptyCommitProcessor
java.lang.Object
org.mmbase.datatypes.processors.EmptyCommitProcessor
- All Implemented Interfaces:
- Serializable, CommitProcessor
public final class EmptyCommitProcessor
- extends Object
- implements CommitProcessor
The CommitProcessor that does nothing.
- Since:
- MMBase-1.8
- Version:
- $Id: EmptyCommitProcessor.java 41987 2010-04-20 16:14:35Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
EmptyCommitProcessor
public EmptyCommitProcessor()
getInstance
public static EmptyCommitProcessor getInstance()
commit
public final void commit(Node node,
Field field)
- Description copied from interface:
CommitProcessor
- Will be called on commit of the node.
- Specified by:
commit in interface CommitProcessor
toString
public String toString()
- Overrides:
toString in class Object
MMBase 2.0-SNAPSHOT - null