Interface marimba.plugin.DebugClient
All Packages Class Hierarchy This Package Previous Next Index
Interface marimba.plugin.DebugClient
- public interface DebugClient
- extends Object
This interface allows plugins to become debug agents for plugins.
- Version:
- 1.1, 12/14/96
- Author:
- Jonathan Payne
-
debug(String, byte[])
-
-
debug(String, String)
-
-
init(Server)
-
debug
public abstract void debug(String channel,
String s)
debug
public abstract void debug(String channel,
byte b[])
init
public abstract void init(Server server)
All Packages Class Hierarchy This Package Previous Next Index