com.arsdigita.cms.lifecycle
Class PublishLifecycleListener

java.lang.Object
  extended bycom.arsdigita.cms.lifecycle.PublishLifecycleListener
All Implemented Interfaces:
LifecycleListener

public class PublishLifecycleListener
extends Object
implements LifecycleListener

This class makes an item live while it is in a lifecycle.

Version:
$Id: //cms/dev/src/com/arsdigita/cms/lifecycle/PublishLifecycleListener.java#16 $
Author:
Michael Pih, Stanislav Freidin

Field Summary
static String versionId
           
 
Constructor Summary
PublishLifecycleListener()
           
 
Method Summary
 void begin(LifecycleEvent event)
          Invoked when a lifecycle or phase ends.
 void end(LifecycleEvent event)
          Invoked when a lifecycle or phase ends.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

PublishLifecycleListener

public PublishLifecycleListener()
Method Detail

begin

public void begin(LifecycleEvent event)
Invoked when a lifecycle or phase ends. The content item will no longer be live.

Specified by:
begin in interface LifecycleListener
Parameters:
event - The lifecycle event

end

public void end(LifecycleEvent event)
Invoked when a lifecycle or phase ends.

Specified by:
end in interface LifecycleListener
Parameters:
event - The lifecycle event


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC