Interface Notifier

All Known Implementing Classes:
HTTPServerThread

public interface Notifier
Generic interface for notifying things.
Author:
Brian Pontarelli
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies something immediately.
  • Method Details

    • notifyNow

      void notifyNow()
      Notifies something immediately.