Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.utility.command.InterruptibleCommand

Packages that use InterruptibleCommand
org.eclipse.jpt.common.utility.command   
 

Uses of InterruptibleCommand in org.eclipse.jpt.common.utility.command
 

Subinterfaces of InterruptibleCommand in org.eclipse.jpt.common.utility.command
 interface Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
 interface NotifyingRepeatingCommand
          Extend the repeating command to support listeners that are notified when an execution "cycle" is complete; i.e. the command has, for the moment, handled every execution request and quiesced.
 interface RepeatingCommand
          This command will execute repeatedly the minimum number of times.
 

Methods in org.eclipse.jpt.common.utility.command with parameters of type InterruptibleCommand
 void InterruptibleCommandContext.execute(InterruptibleCommand command)
          Execute the specified command.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.