org.apache.cocoon.portal.event.impl
Class AbstractActionEvent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
protected Object target
AbstractActionEvent
public AbstractActionEvent(Object target)
getTarget
public Object getTarget()
- Specified by:
getTarget
in interface ActionEvent
- Returns:
- Object
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.