com.atlassian.bamboo.repository.cvsimpl
Class AbstractCvsListener
java.lang.Object
com.atlassian.bamboo.repository.cvsimpl.AbstractCvsListener
- All Implemented Interfaces:
- org.netbeans.lib.cvsclient.event.CVSListener
- Direct Known Subclasses:
- CvsChangeLogListener, CvsUpdateLogListener
public abstract class AbstractCvsListener
- extends java.lang.Object
- implements org.netbeans.lib.cvsclient.event.CVSListener
Method Summary |
void |
commandTerminated(org.netbeans.lib.cvsclient.event.TerminationEvent event)
|
void |
fileAdded(org.netbeans.lib.cvsclient.event.FileAddedEvent event)
|
void |
fileInfoGenerated(org.netbeans.lib.cvsclient.event.FileInfoEvent e)
|
void |
fileRemoved(org.netbeans.lib.cvsclient.event.FileRemovedEvent event)
|
void |
fileToRemove(org.netbeans.lib.cvsclient.event.FileToRemoveEvent e)
|
void |
fileUpdated(org.netbeans.lib.cvsclient.event.FileUpdatedEvent event)
|
void |
messageSent(org.netbeans.lib.cvsclient.event.BinaryMessageEvent event)
|
void |
messageSent(org.netbeans.lib.cvsclient.event.MessageEvent event)
|
void |
moduleExpanded(org.netbeans.lib.cvsclient.event.ModuleExpansionEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCvsListener
public AbstractCvsListener()
commandTerminated
public void commandTerminated(org.netbeans.lib.cvsclient.event.TerminationEvent event)
- Specified by:
commandTerminated
in interface org.netbeans.lib.cvsclient.event.CVSListener
moduleExpanded
public void moduleExpanded(org.netbeans.lib.cvsclient.event.ModuleExpansionEvent event)
- Specified by:
moduleExpanded
in interface org.netbeans.lib.cvsclient.event.CVSListener
messageSent
public void messageSent(org.netbeans.lib.cvsclient.event.MessageEvent event)
- Specified by:
messageSent
in interface org.netbeans.lib.cvsclient.event.CVSListener
fileInfoGenerated
public void fileInfoGenerated(org.netbeans.lib.cvsclient.event.FileInfoEvent e)
- Specified by:
fileInfoGenerated
in interface org.netbeans.lib.cvsclient.event.CVSListener
messageSent
public void messageSent(org.netbeans.lib.cvsclient.event.BinaryMessageEvent event)
- Specified by:
messageSent
in interface org.netbeans.lib.cvsclient.event.CVSListener
fileAdded
public void fileAdded(org.netbeans.lib.cvsclient.event.FileAddedEvent event)
- Specified by:
fileAdded
in interface org.netbeans.lib.cvsclient.event.CVSListener
fileToRemove
public void fileToRemove(org.netbeans.lib.cvsclient.event.FileToRemoveEvent e)
- Specified by:
fileToRemove
in interface org.netbeans.lib.cvsclient.event.CVSListener
fileRemoved
public void fileRemoved(org.netbeans.lib.cvsclient.event.FileRemovedEvent event)
- Specified by:
fileRemoved
in interface org.netbeans.lib.cvsclient.event.CVSListener
fileUpdated
public void fileUpdated(org.netbeans.lib.cvsclient.event.FileUpdatedEvent event)
- Specified by:
fileUpdated
in interface org.netbeans.lib.cvsclient.event.CVSListener
Copyright © 2011 Atlassian. All Rights Reserved.