Interface IServiceEventTracker

All Known Subinterfaces:
IScene
All Known Implementing Classes:
Scene

public interface IServiceEventTracker
The contract of trackers of service events. The concrete implementation knowns how to process the given event and how to pass it to subscribers, i.e. components.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tracks the given event.
  • Method Details

    • trackEvent

      void trackEvent(IServiceEvent event)
      Tracks the given event.
      Parameters:
      event - the service event.