Class EntryAdded


  • public class EntryAdded
    extends java.lang.Object
    Issued when new message was logged
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryAdded()  
    • Method Summary

      Modifier and Type Method Description
      LogEntry getEntry()
      The entry.
      void setEntry​(LogEntry entry)
      The entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntryAdded

        public EntryAdded()
    • Method Detail

      • getEntry

        public LogEntry getEntry()
        The entry.
      • setEntry

        public void setEntry​(LogEntry entry)
        The entry.