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

Method Index

 o debug(String, byte[])
 o debug(String, String)
 o init(Server)

Methods

 o debug
  public abstract void debug(String channel,
                             String s)
 o debug
  public abstract void debug(String channel,
                             byte b[])
 o init
  public abstract void init(Server server)

All Packages  Class Hierarchy  This Package  Previous  Next  Index