org.eclipse.jpt.common.utility.command
Class Command.Null
java.lang.Object
org.eclipse.jpt.common.utility.command.Command.Null
- All Implemented Interfaces:
- Serializable, Command, InterruptibleCommand
- Enclosing interface:
- Command
public static final class Command.Null
- extends Object
- implements Command, Serializable
Singleton implementation of the command interface that will do nothing
when executed.
- See Also:
- Serialized Form
INSTANCE
public static final Command INSTANCE
instance
public static Command instance()
execute
public void execute()
- Description copied from interface:
Command
- Execute the command. The semantics of the command
is determined by the contract between the client and server.
- Specified by:
execute in interface Command- Specified by:
execute in interface InterruptibleCommand
toString
public String toString()
- Overrides:
toString in class Object
Copyright (c) 2012 Oracle. All rights reserved.