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 TypeMethodDescriptionvoidPluginInterface.firePluginEvent(PluginEvent event) Fire a plugin-specific event.voidPluginEventListener.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_historyMethods in com.biglybt.pifimpl.local that return types with arguments of type PluginEventMethods in com.biglybt.pifimpl.local with parameters of type PluginEventModifier and TypeMethodDescriptionvoidPluginInterfaceImpl.firePluginEvent(PluginEvent event) protected voidPluginInterfaceImpl.firePluginEventSupport(PluginEvent event) -
Uses of PluginEvent in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type PluginEvent