package com.codename1.plugin.event
Typed events dispatched to plugins.
PluginEvent<T> is the common base; concrete events such as
OpenGalleryEvent and IsGalleryTypeSupportedEvent describe specific
extension points and carry the data a plugin needs to handle (or
decline) them.
Types
class IsGalleryTypeSupportedEvent | Plugin event fired when Display#isGalleryTypeSupported(int) method is called to give plugins an opportunity to answer this question. |
class OpenGalleryEvent | Event triggered when int) is called. |
class PluginEvent | Parent class for all plugin events. |