public abstract class ScmEvent extends EventObject
SCM
implementations.source
Constructor and Description |
---|
ScmEvent(Object source,
Scm scm)
Constructs a new
ScmEvent , initialising the event's source and setting the Scm from which
the event is being raised. |
Modifier and Type | Method and Description |
---|---|
Scm |
getScm()
Retrieves the
Scm raising the event. |
getSource, toString
public ScmEvent(@Nonnull Object source, @Nonnull Scm scm)
ScmEvent
, initialising the event's source
and setting the Scm
from which
the event is being raised.source
- the component within the SCM raising the eventscm
- the SCM raising the eventNullPointerException
- if source
or scm
is null
Copyright © 2020 Atlassian. All rights reserved.