public class DfsPacksChangedEvent extends RepositoryEvent<DfsPacksChangedListener>
DfsRepository.| Constructor | Description |
|---|---|
DfsPacksChangedEvent() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispatch(DfsPacksChangedListener listener) |
Dispatch this event to the given listener.
|
Class<DfsPacksChangedListener> |
getListenerType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRepository, setRepository, toStringpublic Class<DfsPacksChangedListener> getListenerType()
getListenerType in class RepositoryEvent<DfsPacksChangedListener>public void dispatch(DfsPacksChangedListener listener)
RepositoryEventdispatch in class RepositoryEvent<DfsPacksChangedListener>listener - listener that wants this event.Copyright © 2018. All rights reserved.