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