Package kiyut.citra.event
Class ProgressEvent
- java.lang.Object
-
- java.util.EventObject
-
- kiyut.citra.event.ProgressEvent
-
- All Implemented Interfaces:
Serializable
public class ProgressEvent extends EventObject
- Author:
- Kiyut
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ProgressEvent(Object source)ProgressEvent(Object source, Exception ex)Creates a new instance of ProgressEvent for progress failed event
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetException()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-