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.
 

Classes in org.eclipse.jpt.common.utility.command that implement InterruptibleCommand
static class Command.Disabled
          Singleton implementation of the command interface that will throw an exception when executed.
static class Command.Null
          Singleton implementation of the command interface that will do nothing when executed.
static class InterruptibleCommand.Interrupted
          Singleton implementation of the interruptible command interface that will throw an interrupted exception when executed.
static class NotifyingRepeatingCommand.Null
          Singleton implementation of the notifying repeating command interface that will do nothing when executed.
static class RepeatingCommand.Null
          Singleton implementation of the repeating command interface that will do nothing when executed.
 

Fields in org.eclipse.jpt.common.utility.command declared as InterruptibleCommand
static InterruptibleCommand InterruptibleCommand.Interrupted.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility.command that return InterruptibleCommand
static InterruptibleCommand InterruptibleCommand.Interrupted.instance()
           
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.