Class ScmEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.scm.event.ScmEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ScmStatusChangedEvent
Common base for all events raised by
SCM
implementations.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ScmEvent
Constructs a newScmEvent
, initialising the event'ssource
and setting theScm
from which the event is being raised.- Parameters:
source
- the component within the SCM raising the eventscm
- the SCM raising the event- Throws:
NullPointerException
- ifsource
orscm
isnull
-
-
Method Details