FileAccess Orion

PluginInterface extends ListenerAggregateInterface

Interface for self-registering event listeners.

Classes implementing this interface may be registered by name or instance with an EventManager, without an event name. The method will then be called with the current EventManager instance, allowing the class to wire up one or more listeners.

Table of Contents

attach()  : void
Attach one or more listeners
detach()  : void
Detach all previously attached listeners
getOptions()  : PluginOptions
Get options
setOptions()  : PluginInterface
Set options

Methods

Search results