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

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

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

Checks a file into source safe

Author:
Chris Seguin

Constructor Summary
CheckInListener(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

CheckInListener

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

Parameters:
init - The elixir version control unit
fullName - the file's full name
name - the file's name
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 - the menu selection event