org.indy
Interface ConnectionInterceptListener


public interface ConnectionInterceptListener

Description of the Interface

Author:
owen

Method Summary
 void onConnect(ConnectionIntercept sender)
          Description of the Method
 void onDisconnect(ConnectionIntercept sender)
          Description of the Method
 void onRead(ConnectionIntercept sender, byte[] b)
          Description of the Method
 void onWrite(ConnectionIntercept sender, byte[] b)
          Description of the Method
 

Method Detail

onConnect

public void onConnect(ConnectionIntercept sender)
Description of the Method
Parameters:
sender - Description of the Parameter

onDisconnect

public void onDisconnect(ConnectionIntercept sender)
Description of the Method
Parameters:
sender - Description of the Parameter

onRead

public void onRead(ConnectionIntercept sender,
                   byte[] b)
Description of the Method
Parameters:
sender - Description of the Parameter
b - Description of the Parameter

onWrite

public void onWrite(ConnectionIntercept sender,
                    byte[] b)
Description of the Method
Parameters:
sender - Description of the Parameter
b - Description of the Parameter


Copyright © 2002-2002 IndyJ. All Rights Reserved.