tcl.pkg.fleet
Class FleetExt
java.lang.Object
  
tcl.lang.Extension
      
tcl.pkg.fleet.FleetExt
public class FleetExt
- extends Extension
 
- Author:
 
  - brucejohnson
 
 
| 
Method Summary | 
 void | 
init(Interp interp)
 
          Initialize the Extension to run in a normal (unsafe) interpreter. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FleetExt
public FleetExt()
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.