|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent org.apache.cocoon.portal.coplets.basket.events.MoveItemEvent
public class MoveItemEvent
Move an item from one store to another
Field Summary | |
---|---|
protected Object |
item
The item to move |
protected ContentStore |
target
The target store |
Fields inherited from class org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent |
---|
store |
Constructor Summary | |
---|---|
MoveItemEvent(ContentStore store,
Object item,
ContentStore target)
Constructor |
Method Summary | |
---|---|
Object |
getItem()
Return the item to remove |
ContentStore |
getTarget()
Return the target |
Methods inherited from class org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent |
---|
getContentStore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Object item
protected final ContentStore target
Constructor Detail |
---|
public MoveItemEvent(ContentStore store, Object item, ContentStore target)
store
- The content storeitem
- The item to movetarget
- The target storeMethod Detail |
---|
public Object getItem()
public ContentStore getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |