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:
- $Id: ShowBasketEvent.java 322471 2005-10-16 13:24:19Z cziegeler $
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-2005 The Apache Software Foundation. All Rights Reserved.