Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of RepeatingCommand in org.eclipse.jpt.common.utility.command
 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.
 

Classes in org.eclipse.jpt.common.utility.command that implement RepeatingCommand
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 RepeatingCommand
static RepeatingCommand RepeatingCommand.Null.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility.command that return RepeatingCommand
static RepeatingCommand RepeatingCommand.Null.instance()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.