org.caleigo.toolkit.tunnel
Interface IStatusCallback


public interface IStatusCallback

Receives status messages from an ITunnel.

Version:
1.00
Author:
Mattias Hagstrand

Method Summary
 void handleError(java.lang.String message, java.lang.Throwable t)
          Handles errors.
 void handleInfo(java.lang.String message)
          Handles infos.
 void handleWarning(java.lang.String message, java.lang.Throwable t)
          Handles warnings.
 

Method Detail

handleInfo

public void handleInfo(java.lang.String message)
Handles infos.


handleWarning

public void handleWarning(java.lang.String message,
                          java.lang.Throwable t)
Handles warnings. Warnings are caused by events don't effect the ITunnels ability to send and receive messages.


handleError

public void handleError(java.lang.String message,
                        java.lang.Throwable t)
Handles errors. Errors are caused by events that effect the ITunnels ability to send and received messages.



Copyright © 2005 Caleigo. All Rights Reserved.