org.sourcejammer.client.plugin
Interface SJClientEventListener


public interface SJClientEventListener

Title: $FileName: SJClientEventListener.java$

Version:
$VerNum: 2$
Author:
$AuthorName: Rob MacGrogan$

$Description: $
$KeyWordsOff: $ Fired off for events that affect the client only and do not involve any server request/response.

Method Summary
 void applicationExit(SJClientEvent ev)
           
 void applicationStart(SJClientEvent ev)
           
 void changeLookAndFeel(SJClientEvent ev)
           
 void clearMessages(SJClientEvent ev)
           
 void deleteConnection(SJClientEvent ev)
           
 void editConnection(SJClientEvent ev)
           
 void newConnection(SJClientEvent ev)
           
 void refreshFileView(SJClientEvent ev)
           
 void setProxySettings(SJClientEvent ev)
           
 void showConnectionsDialog(SJClientEvent ev)
           
 void showHelpAbout(SJClientEvent ev)
           
 void showUsersGuide(SJClientEvent ev)
           
 void toggleLocalRemoteSync(SJClientEvent ev)
           
 

Method Detail

applicationStart

public void applicationStart(SJClientEvent ev)

showConnectionsDialog

public void showConnectionsDialog(SJClientEvent ev)

editConnection

public void editConnection(SJClientEvent ev)

newConnection

public void newConnection(SJClientEvent ev)

deleteConnection

public void deleteConnection(SJClientEvent ev)

setProxySettings

public void setProxySettings(SJClientEvent ev)

clearMessages

public void clearMessages(SJClientEvent ev)

toggleLocalRemoteSync

public void toggleLocalRemoteSync(SJClientEvent ev)

changeLookAndFeel

public void changeLookAndFeel(SJClientEvent ev)

showUsersGuide

public void showUsersGuide(SJClientEvent ev)

showHelpAbout

public void showHelpAbout(SJClientEvent ev)

refreshFileView

public void refreshFileView(SJClientEvent ev)

applicationExit

public void applicationExit(SJClientEvent ev)


Copyright © 2003 Soucejammer project.