public interface ITokVisitorCmd
java.lang.Object apply(java.lang.String id,
Token host,
java.lang.Object... params)
id - the id (name) of the host Tokenhost - the host token itelfparams - vararg list of input parameters for use by the command.