org.eclipse.jgit.storage.dfs
Class DfsPacksChangedEvent
java.lang.Object
org.eclipse.jgit.events.RepositoryEvent<DfsPacksChangedListener>
org.eclipse.jgit.storage.dfs.DfsPacksChangedEvent
public class DfsPacksChangedEvent
- extends RepositoryEvent<DfsPacksChangedListener>
Describes a change to the list of packs in a DfsRepository
.
DfsPacksChangedEvent
public DfsPacksChangedEvent()
getListenerType
public Class<DfsPacksChangedListener> getListenerType()
- Specified by:
getListenerType
in class RepositoryEvent<DfsPacksChangedListener>
- Returns:
- type of listener this event dispatches to.
dispatch
public void dispatch(DfsPacksChangedListener listener)
- Description copied from class:
RepositoryEvent
- Dispatch this event to the given listener.
- Specified by:
dispatch
in class RepositoryEvent<DfsPacksChangedListener>
- Parameters:
listener
- listener that wants this event.
Copyright © 2012. All Rights Reserved.