Package com.gsitm.ustra.java.batch.event
Class SchedulerEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.gsitm.ustra.java.batch.event.SchedulerEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ScheduleStartEvent
public abstract class SchedulerEvent
extends org.springframework.context.ApplicationEvent
스케줄러 이벤트
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSchedulerEvent(SchedulerEvent.EventType eventType, com.gsitm.ustra.java.batch.model.Schedule source) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SchedulerEvent
protected SchedulerEvent(SchedulerEvent.EventType eventType, com.gsitm.ustra.java.batch.model.Schedule source)
-
-
Method Details
-
getEventType
-