org.cruxframework.crux.core.client.db.indexeddb
Class IDBDeleteDBRequest

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<IDBDatabase>
              extended by org.cruxframework.crux.core.client.db.indexeddb.IDBDeleteDBRequest

public class IDBDeleteDBRequest
extends IDBRequest<IDBDatabase>

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBRequest
IDBRequest.IDBRequestReadyState
 
Constructor Summary
protected IDBDeleteDBRequest()
           
 
Method Summary
 void onBlocked(IDBBlockedEvent.Handler handler)
           
 void onSuccess(IDBDatabaseDeleteEvent.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

IDBDeleteDBRequest

protected IDBDeleteDBRequest()
Method Detail

onBlocked

public final void onBlocked(IDBBlockedEvent.Handler handler)

onSuccess

public final void onSuccess(IDBDatabaseDeleteEvent.Handler handler)


Copyright © 2014. All rights reserved.