org.apache.cocoon.portal.event.coplet
Class CopletInstanceDataAddedEvent

java.lang.Object
  extended byorg.apache.cocoon.portal.event.impl.AbstractActionEvent
      extended byorg.apache.cocoon.portal.event.coplet.CopletInstanceDataAddedEvent
All Implemented Interfaces:
ActionEvent, CopletInstanceEvent, Event

public class CopletInstanceDataAddedEvent
extends AbstractActionEvent
implements CopletInstanceEvent

This event is fired if a new instance is created.

Version:
$Id: CopletInstanceDataAddedEvent.java 322495 2005-10-16 17:52:43Z cziegeler $

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
target
 
Constructor Summary
CopletInstanceDataAddedEvent(CopletInstanceData target)
           
 
Methods inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.portal.event.ActionEvent
getTarget
 

Constructor Detail

CopletInstanceDataAddedEvent

public CopletInstanceDataAddedEvent(CopletInstanceData target)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.