Package samer.units
Class VecWriter
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.units.VecWriter
-
- All Implemented Interfaces:
- Task
public class VecWriter extends AnonymousTask
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddispose()voidrun()voidstopping()-
Methods inherited from class samer.tools.AnonymousTask
starting
-
-
-
-
Constructor Detail
-
VecWriter
public VecWriter(Vec x, java.io.Writer out) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
disposein interfaceTask- Overrides:
disposein classAnonymousTask
-
run
public void run() throws java.lang.Exception- Throws:
java.lang.Exception
-
stopping
public void stopping()
- Specified by:
stoppingin interfaceTask- Overrides:
stoppingin classAnonymousTask
-
-