Interface Announcer


public interface Announcer
An Announcer allows messages to be sent.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(String title, String message)
     
  • Method Details