public class OpenGalleryEvent

  1. Object
  2. ActionEvent
  3. PluginEvent<Void>
  4. OpenGalleryEvent
Event triggered when int) is called.

Constructors

public OpenGalleryEvent(ActionListener response, int type)

Methods

public ActionListener getResponse()Gets the response listener that will be called when the gallery is closed.
public int getType()Gets the type of gallery to open.

Inherited nested types

Inherited methods

Constructor details

OpenGalleryEvent

public OpenGalleryEvent(ActionListener response, int type)

Method details

getResponse

public ActionListener getResponse()
Gets the response listener that will be called when the gallery is closed.

Returns

The response listener.

getType

public int getType()
Gets the type of gallery to open.

Returns

The type of gallery to open.