Class OpenGalleryEvent
Event triggered when
int) is called.-
Nested Class Summary
Nested classes/interfaces inherited from class ActionEvent
ActionEvent.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the response listener that will be called when the gallery is closed.intgetType()Gets the type of gallery to open.Methods inherited from class PluginEvent
getPluginEventResponse, setPluginEventResponseMethods inherited from class ActionEvent
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getSource, getX, getY, isConsumed, isLongEvent, isPointerPressedDuringDrag, setPointerPressedDuringDrag
-
Constructor Details
-
OpenGalleryEvent
-
-
Method Details
-
getResponse
Gets the response listener that will be called when the gallery is closed.
Returns
The response listener.
Since
8.0
See also
- Display#openGallery(com.codename1.ui.events.ActionListener, int)
-
getType
public int getType()Gets the type of gallery to open.
Returns
The type of gallery to open.
Since
8.0
See also
- Display#openGallery(com.codename1.ui.events.ActionListener, int)
-