Class RemoveProjectEvent

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

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

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    RemoveProjectEvent​(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