public abstract class Command extends Object
Controller
and a Client
Constructor and Description |
---|
Command(CommandType type) |
public Command(CommandType type)
public CommandType getType()
public void accept(Visitor visitor)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.