Uses of Interface
com.biglybt.pif.PluginEvent
-
Packages that use PluginEvent Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.remote -
-
Uses of PluginEvent in com.biglybt.pif
Methods in com.biglybt.pif with parameters of type PluginEvent Modifier and Type Method Description void
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 PluginEvent Modifier and Type Field Description private static java.util.List<PluginEvent>
PluginInitializer. plugin_event_history
Methods in com.biglybt.pifimpl.local that return types with arguments of type PluginEvent Modifier and Type Method Description protected java.util.List<PluginEvent>
PluginInitializer. getPEVHistory()
Methods in com.biglybt.pifimpl.local with parameters of type PluginEvent Modifier and Type Method Description void
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 Modifier and Type Method Description void
RPPluginInterface. firePluginEvent(PluginEvent event)
-