Class PaintEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.dreambot.api.script.event.ScriptEvent
- 
- org.dreambot.api.script.event.impl.PaintEvent
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PaintEvent extends ScriptEvent Created with IntelliJ IDEA.- Since:
- : 8/14/2015 Time : 1:48 AM
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PaintEvent(java.awt.Graphics graphics)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(java.util.EventListener eventListener)voidsetGraphics(java.awt.Graphics graphics)- 
Methods inherited from class org.dreambot.api.script.event.ScriptEventgetTimestamp
 
- 
 
- 
- 
- 
Method Detail- 
dispatchpublic final void dispatch(java.util.EventListener eventListener) - Specified by:
- dispatchin class- ScriptEvent
 
 - 
setGraphicspublic void setGraphics(java.awt.Graphics graphics) 
 
- 
 
-