org.ow2.bonita.pvm.internal.wire.descriptor
Class JobExecutorDescriptor.JobExecutorStopper

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.wire.descriptor.JobExecutorDescriptor.JobExecutorStopper
All Implemented Interfaces:
Listener
Enclosing class:
JobExecutorDescriptor

public static class JobExecutorDescriptor.JobExecutorStopper
extends java.lang.Object
implements Listener


Constructor Summary
JobExecutorDescriptor.JobExecutorStopper(JobExecutor jobExecutor)
           
 
Method Summary
 void event(java.lang.Object source, java.lang.String eventName, java.lang.Object info)
          is called by the Observable when an event is fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExecutorDescriptor.JobExecutorStopper

public JobExecutorDescriptor.JobExecutorStopper(JobExecutor jobExecutor)
Method Detail

event

public void event(java.lang.Object source,
                  java.lang.String eventName,
                  java.lang.Object info)
Description copied from interface: Listener
is called by the Observable when an event is fired.

Specified by:
event in interface Listener
Parameters:
source - Observable that fired the event.
eventName - name of the event.
info - more information about the fired event. See the concrete observable docs for more information about what information is provided.


Copyright © 2009 OW2 Consortium. All Rights Reserved.