public abstract class AbstractEmbeddedApplicationEvent extends ApplicationEvent
source
Constructor and Description |
---|
AbstractEmbeddedApplicationEvent(EmbeddedApplication<?> embeddedApplication)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedApplication<?> |
getSource() |
toString
public AbstractEmbeddedApplicationEvent(EmbeddedApplication<?> embeddedApplication)
embeddedApplication
- The object on which the Event initially occurred.IllegalArgumentException
- if source is null.public EmbeddedApplication<?> getSource()
getSource
in class EventObject