/*
** j###t ########## #### ####
** j###t ########## #### ####
** j###T "###L J###"
** ######P' ########## #########
** ######k, ########## T######T
** ####~###L ####
** #### q###L ########## .#####
** #### \###L ########## #####"
**
** $Id$
**
*/
package key;
public interface CommandContainer
{
/**
* A shortcut, since matching it from the
* string could be prohibitively slow
*/
public CommandList getCommandList();
}