Dali Provisional API
Release 3.2

org.eclipse.jpt.common.core.utility.command
Interface NotifyingRepeatingJobCommand.Listener

All Superinterfaces:
EventListener
Enclosing interface:
NotifyingRepeatingJobCommand

public static interface NotifyingRepeatingJobCommand.Listener
extends EventListener

Interface implemented by listeners to be notified whenever the job command has quiesced.


Method Summary
 void executionQuiesced(JobCommand command)
          The specified job command has quiesced.
 

Method Detail

executionQuiesced

void executionQuiesced(JobCommand command)
The specified job command has quiesced.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.