IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton
Interface ProcessorStatusChangedListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ProcessorStatusChangedEventMulticaster

public interface ProcessorStatusChangedListener
extends java.util.EventListener

The ProcessorStatusChangedListener interface is the event set listener interface for the ProcessorStatusChanged feature.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void handleProcessorStatusChangedEvent(ProcessorStatusChangedEvent event)
          Contains the appropriate actions to be executed when ProcessorStatusChangedEvent has been triggered.
 void handleProcessorTerminatedEvent(ProcessorTerminatedEvent event)
          Contains the appropriate actions to be executed when ProcessorTerminatedEvent has been triggered.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

handleProcessorStatusChangedEvent

void handleProcessorStatusChangedEvent(ProcessorStatusChangedEvent event)
Contains the appropriate actions to be executed when ProcessorStatusChangedEvent has been triggered.

Parameters:
event - com.ibm.btt.automaton.ProcessorStatusChangedEvent

handleProcessorTerminatedEvent

void handleProcessorTerminatedEvent(ProcessorTerminatedEvent event)
Contains the appropriate actions to be executed when ProcessorTerminatedEvent has been triggered.

Parameters:
event - com.ibm.btt.automaton.ProcessorTerminatedEvent

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010