Class AddProjectEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.marid.spring.events.PropagatedEvent<IdeProfile>
org.marid.profile.event.AddProjectEvent
All Implemented Interfaces:
java.io.Serializable

public class AddProjectEvent
extends PropagatedEvent<IdeProfile>
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    AddProjectEvent​(IdeProfile source, IdeProject project)  
  • Method Summary

    Modifier and Type Method Description
    IdeProject getProject()  

    Methods inherited from class org.marid.spring.events.PropagatedEvent

    getSource

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait