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.
-
ClassesClassDescriptionPlugin event fired when
Display#isGalleryTypeSupported(int)method is called to give plugins an opportunity to answer this question.Event triggered whenint)is called.PluginEvent<T>Parent class for all plugin events.