Package org.jzy3d.junit.replay.events
Class WindowEventLog
- java.lang.Object
-
- org.jzy3d.junit.replay.events.AbstractEventLog
-
- 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
Fields Modifier and Type Field Description protected IWindowEventLog.WindowEventType
type
protected Object
value
-
Fields inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
-
-
Constructor Summary
Constructors Constructor Description WindowEventLog(IWindowEventLog.WindowEventType type, long since)
WindowEventLog(IWindowEventLog.WindowEventType type, Object value, long since)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWindowEventLog.WindowEventType
getType()
Object
getValue()
String
toString()
-
Methods inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
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 interfaceIWindowEventLog
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceIWindowEventLog
-
-