Uses of Interface
com.biglybt.pif.PluginEvent
Packages that use PluginEvent
-
Uses of PluginEvent in com.biglybt.pif
Methods in com.biglybt.pif with parameters of type PluginEventModifier and TypeMethodDescriptionvoid
PluginInterface.firePluginEvent
(PluginEvent event) Fire a plugin-specific event.void
PluginEventListener.handleEvent
(PluginEvent ev) -
Uses of PluginEvent in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local with type parameters of type PluginEventModifier and TypeFieldDescriptionprivate static List
<PluginEvent> PluginInitializer.plugin_event_history
Methods in com.biglybt.pifimpl.local that return types with arguments of type PluginEventMethods in com.biglybt.pifimpl.local with parameters of type PluginEventModifier and TypeMethodDescriptionvoid
PluginInterfaceImpl.firePluginEvent
(PluginEvent event) protected void
PluginInterfaceImpl.firePluginEventSupport
(PluginEvent event) -
Uses of PluginEvent in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type PluginEvent