Class FullTimeExtentChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class FullTimeExtentChangedEvent
    extends java.util.EventObject
    An event which indicates that the full time extent of a TimeAware object has changed.
    Since:
    100.3.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimeAware getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

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

      • FullTimeExtentChangedEvent

        public FullTimeExtentChangedEvent​(TimeAware source)
        Constructs a full time extent changed event.
        Parameters:
        source - The object on which the Event initially occurred
        Throws:
        java.lang.IllegalArgumentException - if source is null
        Since:
        100.3.0
    • Method Detail

      • getSource

        public TimeAware getSource()
        Overrides:
        getSource in class java.util.EventObject