Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of InterruptibleParameterizedCommand in org.eclipse.jpt.common.utility.command
 interface ParameterizedCommand<T>
          Simple interface for implementing a command that takes a single argument.
 

Classes in org.eclipse.jpt.common.utility.command that implement InterruptibleParameterizedCommand
static class InterruptibleParameterizedCommand.Interrupted<S>
          Singleton implementation of the interruptible parameterized command interface that will throw an interrupted exception when executed.
static class ParameterizedCommand.Disabled<S>
          Singleton implementation of the command interface that will throw an exception when executed.
static class ParameterizedCommand.Null<S>
          Singleton implementation of the command interface that will do nothing when executed.
 

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

Methods in org.eclipse.jpt.common.utility.command that return InterruptibleParameterizedCommand
static
<R> InterruptibleParameterizedCommand<R>
InterruptibleParameterizedCommand.Interrupted.instance()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.