/[svn]/jsampler/trunk/src/org/jsampler/view/JSMainFrame.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/JSMainFrame.java

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

revision 1866 by iliev, Sat Mar 14 20:44:58 2009 UTC revision 1867 by iliev, Mon Mar 16 22:12:32 2009 UTC
# Line 116  public abstract class JSMainFrame extend Line 116  public abstract class JSMainFrame extend
116           * Shows a detailed error information about the specified exception.           * Shows a detailed error information about the specified exception.
117           */           */
118          public abstract void showDetailedErrorMessage(Dialog owner, String err, String details);          public abstract void showDetailedErrorMessage(Dialog owner, String err, String details);
119    
120            public abstract void handleConnectionFailure();
121                    
122          protected Vector<ListSelectionListener> channelsPaneListeners =          protected Vector<ListSelectionListener> channelsPaneListeners =
123                  new Vector<ListSelectionListener>();                  new Vector<ListSelectionListener>();

Legend:
Removed from v.1866  
changed lines
  Added in v.1867

  ViewVC Help
Powered by ViewVC