Package com.biglybt.ui.swt.pif
Interface UISWTViewEventListenerEx.CloneConstructor
-
- Enclosing interface:
- UISWTViewEventListenerEx
public static interface UISWTViewEventListenerEx.CloneConstructor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.String
getIPCMethod()
default java.util.List<java.lang.Object>
getIPCParameters()
PluginInterface
getPluginInterface()
-
-
-
Method Detail
-
getPluginInterface
PluginInterface getPluginInterface()
-
getIPCMethod
java.lang.String getIPCMethod()
-
getIPCParameters
default java.util.List<java.lang.Object> getIPCParameters()
-
-