Package com.codename1.plugin.event


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.

  • Classes
    Class
    Description
    Plugin event fired when Display#isGalleryTypeSupported(int) method is called to give plugins an opportunity to answer this question.
    Event triggered when int) is called.
    Parent class for all plugin events.