Uses of Interface
org.eclipse.jgit.events.WorkingTreeModifiedListener
-
Packages that use WorkingTreeModifiedListener Package Description org.eclipse.jgit.events Events and listener interfaces. -
-
Uses of WorkingTreeModifiedListener in org.eclipse.jgit.events
Methods in org.eclipse.jgit.events that return types with arguments of type WorkingTreeModifiedListener Modifier and Type Method Description Class<WorkingTreeModifiedListener>WorkingTreeModifiedEvent. getListenerType()Get type of listener this event dispatches toMethods in org.eclipse.jgit.events with parameters of type WorkingTreeModifiedListener Modifier and Type Method Description ListenerHandleListenerList. addWorkingTreeModifiedListener(WorkingTreeModifiedListener listener)Register aWorkingTreeModifiedListener.voidWorkingTreeModifiedEvent. dispatch(WorkingTreeModifiedListener listener)Dispatch this event to the given listener.
-