org.jzy3d.junit.replay.events
Class WindowEventLog

java.lang.Object
  extended by org.jzy3d.junit.replay.events.AbstractEventLog
      extended by org.jzy3d.junit.replay.events.WindowEventLog
All Implemented Interfaces:
IEventLog, IWindowEventLog

public class WindowEventLog
extends AbstractEventLog
implements IWindowEventLog


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jzy3d.junit.replay.events.IWindowEventLog
IWindowEventLog.WindowEventType
 
Field Summary
protected  IWindowEventLog.WindowEventType type
           
protected  Object value
           
 
Fields inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
 
Constructor Summary
WindowEventLog(IWindowEventLog.WindowEventType type, long since)
           
WindowEventLog(IWindowEventLog.WindowEventType type, Object value, long since)
           
 
Method Summary
 IWindowEventLog.WindowEventType getType()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jzy3d.junit.replay.events.IEventLog
since
 

Field Detail

type

protected IWindowEventLog.WindowEventType type

value

protected Object value
Constructor Detail

WindowEventLog

public WindowEventLog(IWindowEventLog.WindowEventType type,
                      long since)

WindowEventLog

public WindowEventLog(IWindowEventLog.WindowEventType type,
                      Object value,
                      long since)
Method Detail

getType

public IWindowEventLog.WindowEventType getType()
Specified by:
getType in interface IWindowEventLog

getValue

public Object getValue()
Specified by:
getValue in interface IWindowEventLog

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All rights reserved.