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:
- CVS $Id: AddItemEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.