Class UpdateEvent


  • public abstract class UpdateEvent
    extends com.google.gwt.core.client.JavaScriptObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UpdateEvent()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static UpdateEvent createUpdateEvent​(java.lang.String type)  
      static java.lang.String getType()  
      • 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

      • UpdateEvent

        protected UpdateEvent()
    • Method Detail

      • createUpdateEvent

        protected static final UpdateEvent createUpdateEvent​(java.lang.String type)
      • getType

        public static final java.lang.String getType()