Package org.jzy3d.junit.replay.events
Interface IWindowEventLog
-
- All Superinterfaces:
IEventLog
- All Known Implementing Classes:
WindowEventLog
public interface IWindowEventLog extends IEventLog
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IWindowEventLog.WindowEventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWindowEventLog.WindowEventType
getType()
Object
getValue()
-
-
-
Method Detail
-
getType
IWindowEventLog.WindowEventType getType()
-
getValue
Object getValue()
-
-