Uses of Interface
org.eclipse.jgit.events.WorkingTreeModifiedListener
Packages that use WorkingTreeModifiedListener
-
Uses of WorkingTreeModifiedListener in org.eclipse.jgit.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.