public interface IStatusHandler
If a status handler is defined, engine may use it to write status information.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
finish()
does cleanup work
|
void |
initialize()
initialize the status handler.
|
void |
showStatus(java.lang.String s)
showa the status string
|
Copyright © 2008 Actuate Corp. All rights reserved.