Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.base
Interface IStatusListener  view IStatusListener download IStatusListener.java

All Known Subinterfaces:
IContext
All Known Implementing Classes:
Context

public interface IStatusListener

IStatusListener listens for status during jarl operations


Method Summary
 void onError(java.lang.Throwable throwable)
          An error occurred
 void onStatus(java.lang.String message)
          A simple message
 

Method Detail

onStatus

public void onStatus(java.lang.String message)
A simple message


onError

public void onError(java.lang.Throwable throwable)
An error occurred