org.apache.cocoon.portal.coplets.basket.events
Class ContentStoreEvent
java.lang.Object
org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
- All Implemented Interfaces:
- Event
- Direct Known Subclasses:
- AddItemEvent, CleanBriefcaseEvent, MoveItemEvent, RefreshBasketEvent, RemoveItemEvent, ShowBasketEvent, ShowItemEvent, UploadItemEvent
public abstract class ContentStoreEvent
- extends Object
- implements Event
This is the base class for all content store events
- Version:
- CVS $Id: ContentStoreEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
store
protected final ContentStore store
ContentStoreEvent
public ContentStoreEvent()
- this is a general event for a set of content stores
ContentStoreEvent
public ContentStoreEvent(ContentStore store)
- This event is for a defined content store
getContentStore
public ContentStore getContentStore()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.