Class CmsEntity.EntityChangeHandler

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.ValueChangeHandler<CmsEntity>, com.google.gwt.event.shared.EventHandler
    Enclosing class:
    CmsEntity

    protected class CmsEntity.EntityChangeHandler
    extends java.lang.Object
    implements com.google.gwt.event.logical.shared.ValueChangeHandler<CmsEntity>
    Handles child entity changes.

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EntityChangeHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onValueChange​(com.google.gwt.event.logical.shared.ValueChangeEvent<CmsEntity> event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onValueChange

        public void onValueChange​(com.google.gwt.event.logical.shared.ValueChangeEvent<CmsEntity> event)
        Specified by:
        onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<CmsEntity>
        See Also:
        ValueChangeHandler.onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent)