Class AbstractEventLog

java.lang.Object
org.jzy3d.junit.replay.events.AbstractEventLog
All Implemented Interfaces:
IEventLog
Direct Known Subclasses:
ComponentEventLog, KeyEventLog, MouseEventLog, WindowEventLog

public class AbstractEventLog extends Object implements IEventLog
  • Field Details

    • since

      protected long since
  • Constructor Details

    • AbstractEventLog

      public AbstractEventLog()
  • Method Details

    • since

      public long since()
      Specified by:
      since in interface IEventLog