|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandRegistry
A Command Registry.
Version History
EPG - Initial - 12 FEB 06
Field Summary | |
---|---|
static java.lang.String |
NOT_NAMED
|
Method Summary | |
---|---|
CommandDefinition |
get(java.lang.String name)
Get a command. |
CommandRegistry |
getGlobalRegistry()
Get the generic global registry. |
boolean |
has(java.lang.String name)
Does it have a command registered by this name? |
void |
register(java.lang.String name,
CommandDefinition command)
Register a command. |
Field Detail |
---|
static final java.lang.String NOT_NAMED
Method Detail |
---|
CommandRegistry getGlobalRegistry()
boolean has(java.lang.String name)
name
- The name.
void register(java.lang.String name, CommandDefinition command) throws SystemException
name
- The name.command
- The command.
SystemException
SystemException
CommandDefinition get(java.lang.String name) throws SystemException
name
- The name.
SystemException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |