smacs.xngr.browser.service
Class AddServiceAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.service.AddServiceAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class AddServiceAction
- extends AbstractAction
An action that can be used to add a new service to the
application.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
AddServiceAction
public AddServiceAction(JFrame frame,
ConfigurationProperties properties,
ServiceManager manager)
- The constructor for the action which allows addition of
services to the application.
- Parameters:
frame - the parent frame.properties - the main configuration properties.manager - the service manager.
actionPerformed
public void actionPerformed(ActionEvent e)
- The implementation of the add service action, called
after a user action.
- Parameters:
e - the action event.