public abstract class AbstractYarnEvent extends ApplicationEvent
ApplicationEvent class for Yarn based
events. All custom event classes should be derived
from this class.source| Constructor and Description |
|---|
AbstractYarnEvent(Object source)
Create a new ApplicationEvent.
|
public AbstractYarnEvent(Object source)
source - the component that published the event (never null)