Package org.jzy3d.junit.replay.events
Interface IComponentEventLog
-
- All Superinterfaces:
IEventLog
- All Known Implementing Classes:
ComponentEventLog
public interface IComponentEventLog extends IEventLog
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IComponentEventLog.ComponentEventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rectangle
getBounds()
Dimension
getSize()
IComponentEventLog.ComponentEventType
getType()
Object
getValue()
-
-
-
Method Detail
-
getType
IComponentEventLog.ComponentEventType getType()
-
getValue
Object getValue()
-
getSize
Dimension getSize()
-
getBounds
Rectangle getBounds()
-
-