com.dynamixsoftware.intentapi
Interface IServiceCallback
- All Known Implementing Classes: 
 - IServiceCallback.Stub
 
public interface IServiceCallback
 
 
onServiceConnected
void onServiceConnected()
                        throws android.os.RemoteException
- Throws:
 android.os.RemoteException
 
onServiceDisconnected
void onServiceDisconnected()
                           throws android.os.RemoteException
- Throws:
 android.os.RemoteException
 
onRenderLibraryCheck
boolean onRenderLibraryCheck(boolean renderLibrary,
                             boolean fontLibrary)
                             throws android.os.RemoteException
- Throws:
 android.os.RemoteException
 
onLibraryDownload
void onLibraryDownload(int progress)
                       throws android.os.RemoteException
- Throws:
 android.os.RemoteException
 
onFileOpen
void onFileOpen(int progress,
                int finished)
                throws android.os.RemoteException
- Throws:
 android.os.RemoteException