org.acm.seguin.ide.elixir.version
Class AddListener

java.lang.Object
  extended by org.acm.seguin.ide.elixir.version.AddListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AddListener
extends java.lang.Object
implements java.awt.event.ActionListener

Adds a file to source safe

Author:
Chris Seguin

Constructor Summary
AddListener(ElixirVersionControl init, java.lang.String fullName, java.lang.String name)
          Creates an instance of this
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          The menu item was selected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddListener

public AddListener(ElixirVersionControl init,
                   java.lang.String fullName,
                   java.lang.String name)
Creates an instance of this

Parameters:
init - Description of Parameter
fullName - Description of Parameter
name - Description of Parameter
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
The menu item was selected

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
evt - Description of Parameter