org.sourcejammer.client.plugin
Interface SJClientAction

All Superinterfaces:
SJClientPlugin
All Known Implementing Classes:
SJClientActionAdapter

public interface SJClientAction
extends SJClientPlugin

Title: $FileName: SJClientAction.java$

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

$Description: $
$KeyWordsOff: $

A plugin that will appear in the Tools|Plugins menu in the SourceJammer GUI client. You can implement this class and register it with the SJ client and have it perform any action you wish. It is highly recommended that your plugins extend the SJClientActionAdapter class and not implement this interface directly.

Method Summary
 void actionPerformed(GUIContext context)
           
 
Methods inherited from interface org.sourcejammer.client.plugin.SJClientPlugin
initPlugin
 

Method Detail

actionPerformed

public void actionPerformed(GUIContext context)


Copyright © 2003 Soucejammer project.