story.dbcore.admin
Interface Executable

All Known Implementing Classes:
Command, CommandSequence

public interface Executable

An interface used to group together Command and CommandSequence into a single type, so that certain functions can be used polymorphically.


Method Summary
 void finalize()
           
 boolean finalized()
           
 java.lang.StringBuffer render()
           
 

Method Detail

render

java.lang.StringBuffer render()
                              throws Scheherexception
Throws:
Scheherexception

finalize

void finalize()
              throws Scheherexception
Throws:
Scheherexception

finalized

boolean finalized()


Copyright © 2011 David K. Elson. All Rights Reserved.