org.cruxframework.crux.core.client.db.indexeddb
Class IDBObjectStore.IDBObjectRetrieveRequest

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.indexeddb.IDBClass
          extended by org.cruxframework.crux.core.client.db.indexeddb.IDBRequest<IDBObjectStore>
              extended by org.cruxframework.crux.core.client.db.indexeddb.IDBObjectStore.IDBObjectRetrieveRequest
Enclosing class:
IDBObjectStore

public static class IDBObjectStore.IDBObjectRetrieveRequest
extends IDBRequest<IDBObjectStore>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBRequest
IDBRequest.IDBRequestReadyState
 
Constructor Summary
protected IDBObjectStore.IDBObjectRetrieveRequest()
           
 
Method Summary
 void onSuccess(IDBObjectRetrieveEvent.Handler handler)
           
 
Methods inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBRequest
getSource, getTransaction, onSuccess, readyState
 
Methods inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBClass
onError
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDBObjectStore.IDBObjectRetrieveRequest

protected IDBObjectStore.IDBObjectRetrieveRequest()
Method Detail

onSuccess

public final void onSuccess(IDBObjectRetrieveEvent.Handler handler)


Copyright © 2014. All rights reserved.