public static interface NetworkCommunicationFragment.NetCommFragmentListener
Modifier and Type | Method and Description |
---|---|
void |
netConnDone(boolean error)
Deprecated.
Notify the end of network communication.
|
void |
netConnDownload()
Deprecated.
Invoke the start of network communication.
|
void netConnDownload() throws java.io.IOException
java.io.IOException
void netConnDone(boolean error)
error
- true if an error occurs.