Package org.marid.project.ivy.event
Class IvyProgressEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
- All Implemented Interfaces:
java.io.Serializable
public class IvyProgressEvent extends BroadcastEvent<IdeProject>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IvyProgressEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, boolean start, java.lang.String message) -
Method Summary
-
Field Details
-
Constructor Details
-
IvyProgressEvent
public IvyProgressEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, boolean start, java.lang.String message)
-