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

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

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

Checks a file out of source safe

Author:
Chris Seguin

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

CheckOutListener

public CheckOutListener(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 event