Interface FlushReceiver
-
public interface FlushReceiver
Something that can be flushed.- Author:
- Andreas Gudian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
Performs a flush, releasing any buffered resources.
-