org.cruxframework.crux.core.client.db.indexeddb.events
Class IDBCursorEvent

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.indexeddb.events.IDBCursorEvent

public class IDBCursorEvent
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static interface IDBCursorEvent.Handler
           
 
Constructor Summary
protected IDBCursorEvent()
           
 
Method Summary
 IDBCursorWithValue getCursor()
           
 
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

IDBCursorEvent

protected IDBCursorEvent()
Method Detail

getCursor

public final IDBCursorWithValue getCursor()


Copyright © 2014. All rights reserved.