net.sourceforge.jsxe.action
Class ActivityLogAction

java.lang.Object
  extended bynet.sourceforge.jsxe.LocalizedAction
      extended bynet.sourceforge.jsxe.action.ActivityLogAction

public class ActivityLogAction
extends LocalizedAction

The action that is executed when the clicks on the Activity Log option under the Help Menu

Version:
$Id: ActivityLogAction.java 966 2006-06-20 19:29:38Z ian_lewis $
Author:
Trish Hartnett, Ian Lewis (IanLewis@member.fsf.org)

Field Summary
 
Fields inherited from class net.sourceforge.jsxe.LocalizedAction
INTERNAL_NAME, MESSAGE_NAME, NAME, TOOLTIP_MESSAGE_NAME
 
Constructor Summary
ActivityLogAction()
          Constructor for the ActivityLogActionclass
 
Method Summary
 void invoke(TabbedView view, ActionEvent evt)
          The method that is run when the action is invoked.
 
Methods inherited from class net.sourceforge.jsxe.LocalizedAction
getLabel, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityLogAction

public ActivityLogAction()
Constructor for the ActivityLogActionclass

Since:
jsXe 0.3pre15
Method Detail

invoke

public void invoke(TabbedView view,
                   ActionEvent evt)
Description copied from class: LocalizedAction
The method that is run when the action is invoked.

Specified by:
invoke in class LocalizedAction
Parameters:
view - the view that invoked the action.
evt - the ActionEvent for this event.