Interface AtomicEventListener


public interface AtomicEventListener

Listener of AtomicEvent.

An AtomicEvent

represents a group of events that will be attended without any interruption.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when is produced an AtomicEvent in the buffer of MapControl.
  • Method Details

    • atomicEvent

      void atomicEvent(AtomicEvent e)

      Called when is produced an AtomicEvent in the buffer of MapControl.

      Parameters:
      e - an atomic event
      See Also: