Class BlockGenerationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class BlockGenerationEvent
    extends ChartEvent
    An event type for block generation.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockGenerationEvent​(java.lang.Object oSource)
      The constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()
      Resets the inner state of current event.
      void updateBlock​(Block bl)
      Updates the associated block object.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • BlockGenerationEvent

        public BlockGenerationEvent​(java.lang.Object oSource)
        The constructor.
    • Method Detail

      • updateBlock

        public void updateBlock​(Block bl)
        Updates the associated block object.
        Parameters:
        bl -
      • reset

        public void reset()
        Description copied from class: ChartEvent
        Resets the inner state of current event. This must be implemented if the object is cached and reused.
        Specified by:
        reset in class ChartEvent