org.apache.cocoon.portal.event.impl
Class AbstractActionEvent

java.lang.Object
  extended by org.apache.cocoon.portal.event.impl.AbstractActionEvent
All Implemented Interfaces:
ActionEvent, Event
Direct Known Subclasses:
ChangeAspectDataEvent, ChangeCopletsJXPathEvent, CopletLinkEvent, JXPathEvent, LayoutRemoveEvent

public abstract class AbstractActionEvent
extends Object
implements ActionEvent

This event is performed on a target

Version:
CVS $Id: AbstractActionEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler, Volker Schmitt

Field Summary
protected  Object target
           
 
Constructor Summary
AbstractActionEvent(Object target)
           
 
Method Summary
 Object getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected Object target
Constructor Detail

AbstractActionEvent

public AbstractActionEvent(Object target)
Method Detail

getTarget

public Object getTarget()
Specified by:
getTarget in interface ActionEvent
Returns:
Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.