org.apache.cocoon.portal.coplets.basket.events
Class RemoveItemEvent
java.lang.Object
org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
org.apache.cocoon.portal.coplets.basket.events.RemoveItemEvent
- All Implemented Interfaces:
- Event
public class RemoveItemEvent
- extends ContentStoreEvent
Remove an item from the content store
- Version:
- CVS $Id: RemoveItemEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Field Summary |
protected Object |
item
The item to remove |
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 remove
RemoveItemEvent
public RemoveItemEvent(ContentStore store,
Object item)
- Constructor
- Parameters:
store
- The icontent storeitem
- The item to remove
getItem
public Object getItem()
- Return the item to remove
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.