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 IsGalleryTypeSupportedEventPlugin event fired when Display#isGalleryTypeSupported(int) method is called to give plugins an opportunity to answer this question.
class OpenGalleryEventEvent triggered when int) is called.
class PluginEventParent class for all plugin events.