Uses of Interface
org.eclipse.jgit.events.WorkingTreeModifiedListener
Packages that use WorkingTreeModifiedListener
-
Uses of WorkingTreeModifiedListener in org.eclipse.jgit.events
Classes in org.eclipse.jgit.events that implement WorkingTreeModifiedListenerModifier and TypeClassDescriptionclass
AWorkingTreeModifiedListener
that can be used in tests to check expected events.Methods in org.eclipse.jgit.events that return types with arguments of type WorkingTreeModifiedListenerModifier and TypeMethodDescriptionWorkingTreeModifiedEvent.getListenerType()
Get type of listener this event dispatches toMethods in org.eclipse.jgit.events with parameters of type WorkingTreeModifiedListenerModifier and TypeMethodDescriptionListenerList.addWorkingTreeModifiedListener
(WorkingTreeModifiedListener listener) Register aWorkingTreeModifiedListener
.void
WorkingTreeModifiedEvent.dispatch
(WorkingTreeModifiedListener listener) Dispatch this event to the given listener.