public interface IItemListener
addIItemListener method. When
the IItem event occurs, that object's appropriate
method is invoked.IItemEvent| Modifier and Type | Method and Description |
|---|---|
void |
itemCursorChanged(IItem item,
MultiTouchCursorEvent event)
Item cursor changed.
|
void |
itemCursorClicked(IItem item,
MultiTouchCursorEvent event)
Item cursor clicked.
|
void |
itemCursorPressed(IItem item,
MultiTouchCursorEvent event)
Item cursor pressed.
|
void |
itemCursorReleased(IItem item,
MultiTouchCursorEvent event)
Item cursor released.
|
void |
itemMoved(IItem item)
Item moved.
|
void |
itemRotated(IItem item)
Item rotated.
|
void |
itemScaled(IItem item)
Item scaled.
|
void |
itemVisibilityChanged(IItem item,
boolean isVisible)
Item visibility changed.
|
void |
itemZOrderChanged(IItem item)
Item z order changed.
|
void itemCursorChanged(IItem item, MultiTouchCursorEvent event)
item - the itemevent - the eventvoid itemCursorClicked(IItem item, MultiTouchCursorEvent event)
item - the itemevent - the eventvoid itemCursorPressed(IItem item, MultiTouchCursorEvent event)
item - the itemevent - the eventvoid itemCursorReleased(IItem item, MultiTouchCursorEvent event)
item - the itemevent - the eventvoid itemMoved(IItem item)
item - the itemvoid itemRotated(IItem item)
item - the itemvoid itemScaled(IItem item)
item - the itemvoid itemVisibilityChanged(IItem item, boolean isVisible)
item - the itemisVisible - the is visiblevoid itemZOrderChanged(IItem item)
item - the item