|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jpt.common.utility.command.NotifyingRepeatingCommand.Null
public static final class NotifyingRepeatingCommand.Null
Singleton implementation of the notifying repeating command interface that will do nothing when executed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.utility.command.NotifyingRepeatingCommand |
|---|
NotifyingRepeatingCommand.Listener, NotifyingRepeatingCommand.Null |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.utility.command.Command |
|---|
Command.Disabled |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.utility.command.InterruptibleCommand |
|---|
InterruptibleCommand.Interrupted |
| Field Summary | |
|---|---|
static NotifyingRepeatingCommand |
INSTANCE
|
| Method Summary | |
|---|---|
void |
addListener(NotifyingRepeatingCommand.Listener listener)
Add the specified listener. |
void |
execute()
Execute the command. |
static NotifyingRepeatingCommand |
instance()
|
void |
removeListener(NotifyingRepeatingCommand.Listener listener)
Remove the specified listener. |
void |
start()
Start the command, allowing it to begin executing with the next call to Command.execute(). |
void |
stop()
Stop the command; ignore further calls to Command.execute(). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NotifyingRepeatingCommand INSTANCE
| Method Detail |
|---|
public static NotifyingRepeatingCommand instance()
public void start()
RepeatingCommandCommand.execute().
start in interface RepeatingCommandpublic void execute()
Command
execute in interface Commandexecute in interface InterruptibleCommandpublic void stop()
RepeatingCommandCommand.execute().
stop in interface RepeatingCommandpublic void addListener(NotifyingRepeatingCommand.Listener listener)
NotifyingRepeatingCommand
addListener in interface NotifyingRepeatingCommandpublic void removeListener(NotifyingRepeatingCommand.Listener listener)
NotifyingRepeatingCommand
removeListener in interface NotifyingRepeatingCommandpublic String toString()
toString in class Object
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||