Class Message

    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • write

        public abstract void write​(PrintWriter writer,
                                   Janitor janitor)
        Writes the message to the specified PrintWriter. The supplied ProcessingUnit is the unit that holds this Message.
      • write

        public final void write​(PrintWriter writer)
        A synonym for write( writer, owner, null ).