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, start
public void process(org.w3c.dom.Element element)
CommandModule
process
in class CommandModule
element
- XML element containing data objectspublic void save()
public void exit()
CommandModule
exit
in class CommandModule