Class EventSupport.EventFireStartEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    EventSupport

    private static class EventSupport.EventFireStartEvent
    extends java.beans.PropertyChangeEvent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isClean()  
      • Methods inherited from class java.beans.PropertyChangeEvent

        getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mModelStateTracker

        @CheckForNull
        private final ModelStateTracker mModelStateTracker
    • Constructor Detail

      • EventFireStartEvent

        EventFireStartEvent​(java.lang.Object mRepository,
                            @CheckForNull
                            ModelStateTracker modelStateTracker)
    • Method Detail

      • isClean

        boolean isClean()