Package org.eclipse.jgit.events
Class ConfigChangedEvent
java.lang.Object
org.eclipse.jgit.events.RepositoryEvent<ConfigChangedListener>
org.eclipse.jgit.events.ConfigChangedEvent
Describes a change to one or more keys in the configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(ConfigChangedListener listener) Dispatch this event to the given listener.Get type of listener this event dispatches toMethods inherited from class org.eclipse.jgit.events.RepositoryEvent
getRepository, setRepository, toString
-
Constructor Details
-
ConfigChangedEvent
public ConfigChangedEvent()
-
-
Method Details
-
getListenerType
Get type of listener this event dispatches to- Specified by:
getListenerType
in classRepositoryEvent<ConfigChangedListener>
- Returns:
- type of listener this event dispatches to
-
dispatch
Dispatch this event to the given listener.- Specified by:
dispatch
in classRepositoryEvent<ConfigChangedListener>
- Parameters:
listener
- listener that wants this event.
-