org.kalmeo.util.worker
Interface WorkerErrorListener


public interface WorkerErrorListener

Author:
omarino

Method Summary
 void onWorkerError(WorkerTask task, java.lang.Error error)
          The catched error in Worker loop
 void onWorkerException(WorkerTask task, java.lang.Exception exception)
          The catched exception in Worker loop
 

Method Detail

onWorkerError

void onWorkerError(WorkerTask task,
                   java.lang.Error error)
The catched error in Worker loop

Parameters:
task -
error -

onWorkerException

void onWorkerException(WorkerTask task,
                       java.lang.Exception exception)
The catched exception in Worker loop

Parameters:
exception -
task -


Copyright © 2007-2008 Kalmeo. All Rights Reserved.