Interface IEventDispatcher


public interface IEventDispatcher
An object that supports event broadcasting.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • triggerEvent

      void triggerEvent(Event event)