Class EventPrinter

  • All Implemented Interfaces:
    java.util.EventListener, IListener

    public class EventPrinter
    extends java.lang.Object
    implements IListener
    Since:
    3.6
    Author:
    Eike Stepper
    • Constructor Summary

      Constructors 
      Constructor Description
      EventPrinter()  
      EventPrinter​(java.io.PrintStream stream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notifyEvent​(IEvent event)  
      • Methods inherited from class java.lang.Object

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

      • EventPrinter

        public EventPrinter​(java.io.PrintStream stream)
      • EventPrinter

        public EventPrinter()