charly.client
Class ChGpibSrq.ChCheckSrqTaskListener

java.lang.Object
  extended bycharly.client.ChTaskAdapter
      extended bycharly.client.ChGpibSrq.ChCheckSrqTaskListener
All Implemented Interfaces:
ChTaskListener
Enclosing class:
ChGpibSrq

class ChGpibSrq.ChCheckSrqTaskListener
extends ChTaskAdapter


Constructor Summary
(package private) ChGpibSrq.ChCheckSrqTaskListener()
           
 
Method Summary
 void taskStarted(ChTaskEvent ev)
          This method is called, when the server started the task.
 
Methods inherited from class charly.client.ChTaskAdapter
taskAborted, taskStopped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChGpibSrq.ChCheckSrqTaskListener

ChGpibSrq.ChCheckSrqTaskListener()
Method Detail

taskStarted

public void taskStarted(ChTaskEvent ev)
Description copied from interface: ChTaskListener
This method is called, when the server started the task. I.e. the resources are bound to the task and can be used.

Specified by:
taskStarted in interface ChTaskListener
Overrides:
taskStarted in class ChTaskAdapter