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