Interface Supervisor


public interface Supervisor
A Supervisor can inspect every event transmitted to a Station before it's handed over to the station Listeners interested in that type of event.
Author:
Andrea Vacondio
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Supervisor
    Empty implementation of the Supervisor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inspect(Object event)
    Inspect the event
  • Field Details

  • Method Details

    • inspect

      void inspect(Object event)
      Inspect the event