org.jppf.jca.work.submission
Interface SubmissionStatusListener

All Superinterfaces:
EventListener

public interface SubmissionStatusListener
extends EventListener

Listener interface for receiving submission status change notifications.

Author:
Laurent Cohen

Method Summary
 void submissionStatusChanged(SubmissionStatusEvent event)
          Called when the status of a submission has changed.
 

Method Detail

submissionStatusChanged

void submissionStatusChanged(SubmissionStatusEvent event)
Called when the status of a submission has changed.

Parameters:
event - the event encapsulating the change of status.


Copyright © 2005-2010 JPPF Team.