public class BasicListener extends CVSAdapter
| Constructor and Description |
|---|
BasicListener() |
BasicListener(java.io.PrintStream stdout,
java.io.PrintStream stderr) |
| Modifier and Type | Method and Description |
|---|---|
void |
fileInfoGenerated(FileInfoEvent e)
Called when file status information has been received
|
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.
|
commandTerminated, fileAdded, fileRemoved, fileToRemove, fileUpdated, moduleExpandedpublic BasicListener()
public BasicListener(java.io.PrintStream stdout,
java.io.PrintStream stderr)
public void messageSent(MessageEvent e)
messageSent in interface CVSListenermessageSent in class CVSAdaptere - the eventpublic void messageSent(BinaryMessageEvent e)
messageSent in interface CVSListenermessageSent in class CVSAdaptere - the eventpublic void fileInfoGenerated(FileInfoEvent e)
fileInfoGenerated in interface CVSListenerfileInfoGenerated in class CVSAdapter