2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper.taskmanager
Interface ITaskListener

All Known Implementing Classes:
AbstractTask_ACCESS_TAG, Task_Array, Task_BLOCKERASE_TAG, Task_BLOCKWRITE_TAG, Task_DELETE_EXIST_ACCESSSPEC, Task_DELETE_EXIST_ROSPEC, Task_INCREMENT_WRITE, Task_KILL_TAG, Task_LOCK_TAG, Task_READ_TAG, Task_START_EXIST_ROSPEC, Task_STOP_EXIST_ROSPEC, Task_WRITE_TAG, TaskManager

public interface ITaskListener

Since:
1.0
Version:
1.2.0

Method Summary
 void taskNotice(java.lang.String taskName, int status, java.lang.Object result)
          Task finished with the specified finished and result parameters.
 

Method Detail

taskNotice

void taskNotice(java.lang.String taskName,
                int status,
                java.lang.Object result)
Task finished with the specified finished and result parameters.

Parameters:
taskName - The task name (String) parameter.
status - The status (int) parameter.
result - The result (Object) parameter.

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.