com.dynamixsoftware.intentapi
Interface IServiceCallback

All Known Implementing Classes:
IServiceCallback.Stub

public interface IServiceCallback


Nested Class Summary
static class IServiceCallback.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void onFileOpen(int progress, int finished)
           
 void onLibraryDownload(int progress)
           
 boolean onRenderLibraryCheck(boolean renderLibrary, boolean fontLibrary)
           
 void onServiceConnected()
           
 void onServiceDisconnected()
           
 

Method Detail

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