Table of Contents
The fundamental object.
__init__ ( self )
commit ( self )
Commit any pending changes to the object. This method is only called for objects in an engine which has the committing attribute set.
display ( self )
Display the object. This method must be overridden.
update ( self )
Update the object. This should update the internal state of the object, if relevant.