com.stericson.RootTools
Class RootTools.Result
java.lang.Object
com.stericson.RootTools.RootTools.Result
- All Implemented Interfaces:
- com.stericson.RootTools.IResult
- Enclosing class:
- RootTools
public abstract static class RootTools.Result
- extends java.lang.Object
- implements com.stericson.RootTools.IResult
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootTools.Result
public RootTools.Result()
process
public abstract void process(java.lang.String line)
throws java.lang.Exception
- Specified by:
process
in interface com.stericson.RootTools.IResult
- Throws:
java.lang.Exception
onFailure
public abstract void onFailure(java.lang.Exception ex)
- Specified by:
onFailure
in interface com.stericson.RootTools.IResult
onComplete
public abstract void onComplete(int diag)
- Specified by:
onComplete
in interface com.stericson.RootTools.IResult
setProcess
public RootTools.Result setProcess(java.lang.Process process)
- Specified by:
setProcess
in interface com.stericson.RootTools.IResult
getProcess
public java.lang.Process getProcess()
- Specified by:
getProcess
in interface com.stericson.RootTools.IResult
setData
public RootTools.Result setData(java.io.Serializable data)
- Specified by:
setData
in interface com.stericson.RootTools.IResult
getData
public java.io.Serializable getData()
- Specified by:
getData
in interface com.stericson.RootTools.IResult
setError
public RootTools.Result setError(int error)
- Specified by:
setError
in interface com.stericson.RootTools.IResult
getError
public int getError()
- Specified by:
getError
in interface com.stericson.RootTools.IResult