Interface PlatformEventListener


public interface PlatformEventListener
Listener interface executed when an event is fired.
  • Method Summary

    Modifier and Type Method Description
    void onEvent​(PlatformEvent e)
    This method is called *synchronously* with the event firing.
  • Method Details

    • onEvent

      void onEvent​(PlatformEvent e)
      This method is called *synchronously* with the event firing.
      Parameters:
      e - event that was fired