|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUnpacker
| Method Summary | |
|---|---|
boolean |
getResult()
Return the state of the operation. |
boolean |
interrupt(long wait)
Interrupts the unpacker, and waits for it to complete. |
boolean |
isInterruptDisabled()
Determines if interrupts have been disabled or not. |
void |
setDisableInterrupt(boolean disable)
Determines if interrupts should be disabled. |
void |
setProgressListener(ProgressListener listener)
Sets the progress listener. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
boolean getResult()
void setProgressListener(ProgressListener listener)
listener - the progress listenerboolean interrupt(long wait)
isInterruptDisabled() returns true), then this
returns immediately.
wait - the maximum time to wait, in milliseconds
void setDisableInterrupt(boolean disable)
disable - if true disable interrupts, otherwise enable themboolean isInterruptDisabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||