Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.common.utility.command

Packages that use org.eclipse.jpt.common.utility.command
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.common.core.utility.command   
org.eclipse.jpt.common.utility.command   
org.eclipse.jpt.common.utility.model.listener   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jpa.core   
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.core.resource.java
CommandExecutor
          This interface allows clients to control how a command is executed.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.core.utility.command
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
CommandExecutor
          This interface allows clients to control how a command is executed.
ExtendedCommandExecutor
          This interface extends the normal command executor; it allows the client to specify when a command must be executed synchronously.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.utility.command
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
CommandExecutor
          This interface allows clients to control how a command is executed.
ExtendedCommandExecutor
          This interface extends the normal command executor; it allows the client to specify when a command must be executed synchronously.
InterruptibleCommand
          Simple interface for implementing the GOF Command design pattern and allows for the command to throw an InterruptedException.
InterruptibleCommandExecutor
          This interface allows clients to control how an interruptible command is executed.
InterruptibleParameterizedCommand
          Simple interface for implementing a command that takes a single argument and allows for the command to throw an InterruptedException.
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.
NotifyingRepeatingCommand.Listener
          Interface implemented by listeners to be notified whenever the command has quiesced.
ParameterizedCommand
          Simple interface for implementing a command that takes a single argument.
RepeatingCommand
          This command will execute repeatedly the minimum number of times.
StatefulCommandExecutor
          Add the ability to start and stop the command executor.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.common.utility.model.listener
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.jaxb.core
ExtendedCommandExecutor
          This interface extends the normal command executor; it allows the client to specify when a command must be executed synchronously.
 

Classes in org.eclipse.jpt.common.utility.command used by org.eclipse.jpt.jpa.core
Command
          Simple interface for implementing the GOF Command design pattern, and it doesn't carry the baggage of Runnable.
ExtendedCommandExecutor
          This interface extends the normal command executor; it allows the client to specify when a command must be executed synchronously.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.