com.arsdigita.cms.lifecycle
Interface LifecycleListener
- All Known Implementing Classes:
- NotifyLifecycleListener, PublishLifecycleListener
- public interface LifecycleListener
This class registers the action to perform with a lifecycle/phase begins
or ends. Typically, this class is associated with a Lifecycle or Phase
DomainObject.
- Version:
- $Revision: #6 $ $DateTime: 2004/04/07 16:07:11 $
- Author:
- Jack Chung (flattop@arsdigita.com)
versionId
public static final String versionId
- See Also:
- Constant Field Values
begin
public void begin(LifecycleEvent e)
- Invoked when an lifecycle or phase begins. If any runtime exception is
thrown, the transaction will be aborted.
end
public void end(LifecycleEvent e)
- Invoked when an lifecycle or phase ends. If any runtime exception is
thrown, the transaction will be aborted.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC