Interface EventListener<T>

All Known Implementing Classes:
SuperstepBarrier, SyncEventHandler

public interface EventListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(T event)
     
  • Method Details

    • onEvent

      void onEvent(T event)