Dali Provisional API
Release 3.2

org.eclipse.jpt.common.utility.command
Interface NotifyingRepeatingCommand.Listener

All Superinterfaces:
EventListener
Enclosing interface:
NotifyingRepeatingCommand

public static interface NotifyingRepeatingCommand.Listener
extends EventListener

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


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

Method Detail

executionQuiesced

void executionQuiesced(Command command)
The specified command has quiesced.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.