|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.event.CVSAdapter
org.netbeans.lib.cvsclient.commandLine.BasicListener
A basic implementation of a CVS listener. Is really only interested in message events. This listener is suitable for command line clients and clients that don't "persist".
Constructor Summary | |
BasicListener()
|
|
BasicListener(java.io.PrintStream stdout,
java.io.PrintStream stderr)
|
Method Summary | |
void |
fileInfoGenerated(FileInfoEvent e)
Called when file status information has been received |
void |
messageSent(MessageEvent e)
Called when the server wants to send a message to be displayed to the user. |
Methods inherited from class org.netbeans.lib.cvsclient.event.CVSAdapter |
commandTerminated, fileAdded, fileRemoved, fileUpdated, moduleExpanded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicListener()
public BasicListener(java.io.PrintStream stdout, java.io.PrintStream stderr)
Method Detail |
public void messageSent(MessageEvent e)
messageSent
in interface CVSListener
messageSent
in class CVSAdapter
e
- the eventpublic void fileInfoGenerated(FileInfoEvent e)
fileInfoGenerated
in interface CVSListener
fileInfoGenerated
in class CVSAdapter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |