Class OpenGalleryEvent


public class OpenGalleryEvent extends PluginEvent<Void>
Event triggered when int) is called.
  • 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.

      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)