public class AnimationModule extends CommandModule
has_started| Constructor and Description |
|---|
AnimationModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
exit()
function called prior to program exit
|
void |
process(org.w3c.dom.Element element)
reads element data and performs appropriate action
|
void |
save() |
finish, init, startpublic void process(org.w3c.dom.Element element)
CommandModuleprocess in class CommandModuleelement - XML element containing data objectspublic void save()
public void exit()
CommandModuleexit in class CommandModule