Package org.openurp.service
Interface OutputObserver
public interface OutputObserver
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionmessage(OutputMessage msgObj) voidvoidvoidnotifyStart(String summary, int count, String[] msgs) voidoutputNotify(int level, OutputMessage arg2) voidoutputNotify(int level, OutputMessage msgObj, boolean increaceProcess) voidsetWriter(PrintWriter writer)
-
Field Details
-
good
static final int good- See Also:
-
warnning
static final int warnning- See Also:
-
error
static final int error- See Also:
-
-
Method Details
-
outputNotify
- Throws:
IOException
-
outputNotify
-
notifyStart
- Throws:
IOException
-
notifyStart
-
notifyFinish
- Throws:
IOException
-
message
-
messageOf
-
messageOf
-
getWriter
PrintWriter getWriter() -
setWriter
-