sub_arctic.lib
Class min_interactor

java.lang.Object
  |
  +--sub_arctic.lib.min_interactor
Direct Known Subclasses:
base_interactor

public abstract class min_interactor
extends java.lang.Object
implements interactor

This is a placeholder for a future class that will provide a base class for building very lightweight interactors. Eventually, some functionality will be split out of base_interactor and placed here. For now this class does nothing except hold a spot in the class hierarchy for later use.


Constructor Summary
min_interactor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

min_interactor

public min_interactor()