Uses of Interface
org.apache.commons.vfs2.operations.vcs.VcsCommitListener
-
Packages that use VcsCommitListener Package Description org.apache.commons.vfs2.operations.vcs VFS version control operations. -
-
Uses of VcsCommitListener in org.apache.commons.vfs2.operations.vcs
Methods in org.apache.commons.vfs2.operations.vcs with parameters of type VcsCommitListener Modifier and Type Method Description void
VcsCommit. addCommitListener(VcsCommitListener listener)
Sets the listener that is given control when a commit occurs.void
VcsCommit. removeCommitListener(VcsCommitListener listener)
Removes the listener that is given control when a commit occurs.
-