|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that supports tracking an object as it moves into and out of containers (bags and inventories).
You receive the notifications after the object has finished its move successfully. If the object is transferring directly into another container, you'll receive a targetLeftContainer() followed by a targetEnteredContainer().
Method Summary | |
void |
targetEnteredContainer(ContainerChangeEvent event)
Target object was added to a bag or inventory. |
void |
targetLeftContainer(ContainerChangeEvent event)
Target object was removed from a bag or inventory. |
Method Detail |
public void targetEnteredContainer(ContainerChangeEvent event)
public void targetLeftContainer(ContainerChangeEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |