insensa.controller
Class CController.AddStandardisationListener

java.lang.Object
  extended by insensa.controller.CController.AddStandardisationListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
CController

Deprecated.

 class CController.AddStandardisationListener
extends java.lang.Object
implements java.awt.event.ActionListener

Use AddConnectionListener instead

Author:
Dennis

Constructor Summary
CController.AddStandardisationListener()
          Deprecated.  
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CController.AddStandardisationListener

CController.AddStandardisationListener()
Deprecated. 
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Deprecated. 
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)