Public Member Functions | |
List< String > | getHelpCommands () |
boolean | itsMe (String command) |
ContentRenderer | loadCommand (String command, IContact contact, String idContext) |
List< MacroCommand > | getCommands () |
Definition at line 28 of file IContentProvider.java.
List<MacroCommand> org.turro.action.content.IContentProvider.getCommands | ( | ) |
Implemented in org.turro.action.content.AbstractContentProvider.
List<String> org.turro.action.content.IContentProvider.getHelpCommands | ( | ) |
Implemented in org.turro.action.content.AbstractContentProvider.
boolean org.turro.action.content.IContentProvider.itsMe | ( | String | command | ) |
Implemented in org.turro.action.content.AbstractContentProvider.
ContentRenderer org.turro.action.content.IContentProvider.loadCommand | ( | String | command, |
IContact | contact, | ||
String | idContext | ||
) |
Implemented in org.turro.action.content.AbstractContentProvider.