public class ListContainerEvent extends Event<ListContainerListener>
Event.Type<H>| Modifier and Type | Field and Description |
|---|---|
boolean |
isImage2
True if the new image is the second one.
|
static int |
ITEM_SELECTED_EVENT
Event generated when a new item was selected.
|
static int |
LEFT_IMAGE_CLICKED_EVENT
Event generated when the left image was clicked.
|
static int |
RIGHT_IMAGE_CLICKED_EVENT
Event generated when the right image was clicked.
|
Control |
source
The control that originated the event.
|
| Constructor and Description |
|---|
ListContainerEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(ListContainerListener listener) |
java.lang.String |
toString() |
clearQueue, getNextAvailableEventId, isAvailable, touchpublic static final int ITEM_SELECTED_EVENT
public static final int LEFT_IMAGE_CLICKED_EVENT
public static final int RIGHT_IMAGE_CLICKED_EVENT
public boolean isImage2
public Control source
target is the Image, and the source is the control where the image is.public java.lang.String toString()
toString in class Event<ListContainerListener>public void dispatch(ListContainerListener listener)
dispatch in class Event<ListContainerListener>