Class DfsPacksChangedEvent
java.lang.Object
org.eclipse.jgit.events.RepositoryEvent<DfsPacksChangedListener>
org.eclipse.jgit.internal.storage.dfs.DfsPacksChangedEvent
Describes a change to the list of packs in a
DfsRepository
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(DfsPacksChangedListener 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
-
DfsPacksChangedEvent
public DfsPacksChangedEvent()
-
-
Method Details
-
getListenerType
Get type of listener this event dispatches to- Specified by:
getListenerType
in classRepositoryEvent<DfsPacksChangedListener>
- Returns:
- type of listener this event dispatches to
-
dispatch
Dispatch this event to the given listener.- Specified by:
dispatch
in classRepositoryEvent<DfsPacksChangedListener>
- Parameters:
listener
- listener that wants this event.
-