Uses of Interface
com.biglybt.pif.logging.LoggerChannelListener
-
Packages that use LoggerChannelListener Package Description com.biglybt.pif.logging com.biglybt.pifimpl.local.launch com.biglybt.pifimpl.local.logging -
-
Uses of LoggerChannelListener in com.biglybt.pif.logging
Methods in com.biglybt.pif.logging with parameters of type LoggerChannelListener Modifier and Type Method Description void
LoggerChannel. addListener(LoggerChannelListener l)
Add a LoggerChannelListener to this LoggerChannelvoid
LoggerChannel. removeListener(LoggerChannelListener l)
Remove a reviously added LoggerChannelListener -
Uses of LoggerChannelListener in com.biglybt.pifimpl.local.launch
Methods in com.biglybt.pifimpl.local.launch with parameters of type LoggerChannelListener Modifier and Type Method Description private static LaunchablePlugin[]
PluginLauncherImpl. findLaunchablePlugins(LoggerChannelListener listener)
protected static boolean
PluginSingleInstanceHandler. process(LoggerChannelListener log, java.lang.String[] args)
protected static void
PluginSingleInstanceHandler. sendArguments(LoggerChannelListener log, java.lang.String[] args)
protected static boolean
PluginSingleInstanceHandler. startListener(LoggerChannelListener log)
-
Uses of LoggerChannelListener in com.biglybt.pifimpl.local.logging
Methods in com.biglybt.pifimpl.local.logging with parameters of type LoggerChannelListener Modifier and Type Method Description void
LoggerChannelImpl. addListener(LoggerChannelListener l)
void
LoggerChannelImpl. removeListener(LoggerChannelListener l)
-