org.mortbay.util
public interface OutputObserver
Version: $Id: OutputObserver.java,v 1.3 2004/05/09 20:32:49 gregwilkins Exp $
See Also: HttpOutputStream
Field Summary | |
---|---|
static int | __CLOSED |
static int | __CLOSING |
static int | __COMMITING |
static int | __FIRST_WRITE |
static int | __RESET_BUFFER |
Method Summary | |
---|---|
void | outputNotify(OutputStream out, int action, Object data) Notify an output action. |
Parameters: out The OutputStream that caused the event action The action taken data Data associated with the event.