tcl.pkg.fleet
Class FleetExt

java.lang.Object
  extended by tcl.lang.Extension
      extended by tcl.pkg.fleet.FleetExt

public class FleetExt
extends Extension

Author:
brucejohnson

Constructor Summary
FleetExt()
           
 
Method Summary
 void init(Interp interp)
          Initialize the Extension to run in a normal (unsafe) interpreter.
 
Methods inherited from class tcl.lang.Extension
loadOnDemand, safeInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FleetExt

public FleetExt()
Method Detail

init

public void init(Interp interp)
Description copied from class: Extension
Initialize the Extension to run in a normal (unsafe) interpreter. This usually means creating all the commands provided by this class. A particular implementation can arrange the commands to be loaded on-demand using the loadOnDemand() function.

Specified by:
init in class Extension
Parameters:
interp -


Copyright © 2015. All rights reserved.