|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.events.RepositoryEvent<ConfigChangedListener>
org.eclipse.jgit.events.ConfigChangedEvent
public class ConfigChangedEvent
Describes a change to one or more keys in the configuration.
Constructor Summary | |
---|---|
ConfigChangedEvent()
|
Method Summary | |
---|---|
void |
dispatch(ConfigChangedListener listener)
Dispatch this event to the given listener. |
java.lang.Class<ConfigChangedListener> |
getListenerType()
|
Methods inherited from class org.eclipse.jgit.events.RepositoryEvent |
---|
getRepository, setRepository, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigChangedEvent()
Method Detail |
---|
public java.lang.Class<ConfigChangedListener> getListenerType()
getListenerType
in class RepositoryEvent<ConfigChangedListener>
public void dispatch(ConfigChangedListener listener)
RepositoryEvent
dispatch
in class RepositoryEvent<ConfigChangedListener>
listener
- listener that wants this event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |