/[svn]/jlscp/trunk/examples/Events.java
ViewVC logotype

Diff of /jlscp/trunk/examples/Events.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 670 by iliev, Wed Jun 1 07:11:31 2005 UTC revision 671 by iliev, Wed Jun 22 06:18:33 2005 UTC
# Line 41  public class Events { Line 41  public class Events {
41                  MyListener myListener = new MyListener();                  MyListener myListener = new MyListener();
42                  Client client = new Client();                  Client client = new Client();
43                                    
                   
44                  try {                  try {
45                          // Listeners can be added or removed regardless of the connection state.                          // Listeners can be added or removed regardless of the connection state.
46                          client.addBufferFillListener(myListener);                          client.addBufferFillListener(myListener);

Legend:
Removed from v.670  
changed lines
  Added in v.671

  ViewVC Help
Powered by ViewVC