org.eclipse.jetty.osgi.equinoxtools.console
Interface WebConsoleWriterOutputStream.OnFlushListener

All Known Implementing Classes:
EquinoxConsoleContinuationServlet, EquinoxConsoleWebSocketServlet
Enclosing class:
WebConsoleWriterOutputStream

public static interface WebConsoleWriterOutputStream.OnFlushListener

Interface called back after the outputstream is flushed.


Method Summary
 void onFlush()
          Called right after the flush method on the output stream has been executed.
 

Method Detail

onFlush

void onFlush()
Called right after the flush method on the output stream has been executed.



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.