org.apache.cocoon.portal.coplets.basket.events
Class ContentStoreEvent

java.lang.Object
  extended by 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 $

Field Summary
protected  ContentStore store
           
 
Constructor Summary
ContentStoreEvent()
          this is a general event for a set of content stores
ContentStoreEvent(ContentStore store)
          This event is for a defined content store
 
Method Summary
 ContentStore getContentStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

protected final ContentStore store
Constructor Detail

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

Method Detail

getContentStore

public ContentStore getContentStore()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.