public class ReadProgressFrame extends Object implements IInputStreamListener
Constructor and Description |
---|
ReadProgressFrame() |
Modifier and Type | Method and Description |
---|---|
void |
bytesReadInInputStream(long length,
long position) |
void |
dispose() |
void |
initialize(String title) |
void |
inputStreamClosed(long length,
long position) |
void |
inputStreamReadStart(long length) |
public void dispose()
public void initialize(String title)
public void inputStreamReadStart(long length)
inputStreamReadStart
in interface IInputStreamListener
public void bytesReadInInputStream(long length, long position)
bytesReadInInputStream
in interface IInputStreamListener
public void inputStreamClosed(long length, long position)
inputStreamClosed
in interface IInputStreamListener
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.