org.mmbase.remotepublishing.action
Class PublishingActionDummy

java.lang.Object
  extended byorg.mmbase.remotepublishing.action.PublishingActionDummy
All Implemented Interfaces:
PublishingAction

public class PublishingActionDummy
extends java.lang.Object
implements PublishingAction

This defines a dummy action which is performed when a node from the publisingbuilder type is published and there is no other action defined

Version:
$Revision: 1.1 $
Author:
Nico Klasens (Finalist IT Group)

Constructor Summary
PublishingActionDummy()
           
 
Method Summary
 void committed(org.mmbase.module.core.MMObjectNode node)
          Node changed / committed
 void inserted(int nodenumber)
          Node inserted
 void removed(org.mmbase.module.core.MMObjectNode node)
          Node removed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishingActionDummy

public PublishingActionDummy()
Method Detail

inserted

public void inserted(int nodenumber)
Description copied from interface: PublishingAction
Node inserted

Specified by:
inserted in interface PublishingAction
Parameters:
nodenumber - number of node
See Also:
PublishingAction.inserted(int)

committed

public void committed(org.mmbase.module.core.MMObjectNode node)
Description copied from interface: PublishingAction
Node changed / committed

Specified by:
committed in interface PublishingAction
Parameters:
node - changed node
See Also:
PublishingAction.committed(org.mmbase.module.core.MMObjectNode)

removed

public void removed(org.mmbase.module.core.MMObjectNode node)
Description copied from interface: PublishingAction
Node removed

Specified by:
removed in interface PublishingAction
Parameters:
node - removed node
See Also:
PublishingAction.removed(org.mmbase.module.core.MMObjectNode)


Copyright © 2003-2004 mmapps. All Rights Reserved.