Interface IDBVersionChangeEvent

  • All Superinterfaces:
    org.teavm.jso.dom.events.Event, org.teavm.jso.JSObject

    public interface IDBVersionChangeEvent
    extends org.teavm.jso.dom.events.Event
    • Field Summary

      • Fields inherited from interface org.teavm.jso.dom.events.Event

        AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNewVersion()  
      int getOldVersion()  
      • Methods inherited from interface org.teavm.jso.dom.events.Event

        getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, isBubbles, isCancelable, preventDefault, stopPropagation
      • Methods inherited from interface org.teavm.jso.JSObject

        cast
    • Method Detail

      • getOldVersion

        int getOldVersion()
      • getNewVersion

        int getNewVersion()