org.apache.cocoon.portal.coplets.basket.events
Class AddItemEvent
java.lang.Object
org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
org.apache.cocoon.portal.coplets.basket.events.AddItemEvent
- All Implemented Interfaces:
- Event
- public class AddItemEvent
- extends ContentStoreEvent
This event is used to add an item to the content store.
- Version:
- $Id: AddItemEvent.java 322471 2005-10-16 13:24:19Z cziegeler $
Field Summary |
protected Object |
item
The item to add |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
protected Object item
- The item to add
AddItemEvent
public AddItemEvent(ContentStore store,
Object item)
- Constructor
- Parameters:
store
- The content storeitem
- The item that will be added to the content store
getItem
public Object getItem()
- The item
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.