Class FrameEvent
java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Image>
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionFrameEvent(Image source, boolean preRenderEvents) Constructs a prototypical Event. -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumedMethods inherited from class EventObject
toString
-
Constructor Details
-
FrameEvent
Constructs a prototypical Event.- Parameters:
source- The object on which the Event initially occurred.- Throws:
IllegalArgumentException- if source is null.
-
-
Method Details
-
isPreRenderEvents
public boolean isPreRenderEvents()
-