org.apache.cocoon.portal.coplets.basket.events
Class ShowBasketEvent
java.lang.Object
org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
org.apache.cocoon.portal.coplets.basket.events.ShowBasketEvent
- All Implemented Interfaces:
- Event
public class ShowBasketEvent
- extends ContentStoreEvent
Show the contents of one basket
- Version:
- CVS $Id: ShowBasketEvent.java 30941 2004-07-29 19:56:58Z vgritsenko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basketId
protected String basketId
- The basket to show
ShowBasketEvent
public ShowBasketEvent(String basketId)
- Constructor
- Parameters:
basketId
- The id of the basket
getBasketId
public String getBasketId()
- Return the basket id
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.