Interface IDBVersionChangeEvent
-
- All Superinterfaces:
org.teavm.jso.dom.events.Event
,org.teavm.jso.JSObject
public interface IDBVersionChangeEvent extends org.teavm.jso.dom.events.Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNewVersion()
int
getOldVersion()
-