|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.netbeans.lib.cvsclient.event.CVSAdapter
A convenience class for implementing the CVSListener. This class provides empty implementations of the CVSListener interface. Subclasses should override the methods for the event in which they are interested.
| Constructor Summary | |
CVSAdapter()
|
|
| Method Summary | |
void |
commandTerminated(TerminationEvent e)
called when server responses with "ok" or "error", (when the command finishes) |
void |
fileAdded(FileAddedEvent e)
Called when a file has been added. |
void |
fileInfoGenerated(FileInfoEvent e)
Called when file status information has been received |
void |
fileRemoved(FileRemovedEvent e)
Called when a file is removed. |
void |
fileUpdated(FileUpdatedEvent e)
Called when a file has been updated |
void |
messageSent(BinaryMessageEvent e)
Called when the server wants to send a binary message to be displayed to the user. |
void |
messageSent(MessageEvent e)
Called when the server wants to send a message to be displayed to the user. |
void |
moduleExpanded(ModuleExpansionEvent e)
Fire a module expansion event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CVSAdapter()
| Method Detail |
public void messageSent(MessageEvent e)
messageSent in interface CVSListenere - the eventpublic void messageSent(BinaryMessageEvent e)
messageSent in interface CVSListenere - the eventpublic void fileAdded(FileAddedEvent e)
fileAdded in interface CVSListenere - the eventpublic void fileRemoved(FileRemovedEvent e)
fileRemoved in interface CVSListenere - the eventpublic void fileUpdated(FileUpdatedEvent e)
fileUpdated in interface CVSListenere - the eventpublic void fileInfoGenerated(FileInfoEvent e)
fileInfoGenerated in interface CVSListenerpublic void commandTerminated(TerminationEvent e)
commandTerminated in interface CVSListenerpublic void moduleExpanded(ModuleExpansionEvent e)
moduleExpanded in interface CVSListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||