de.ilink.jtapi.makecall
Class ModellAdaptor

java.lang.Object
  extended by de.ilink.jtapi.makecall.ModellAdaptor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

This class is the adapter between the GUI and the JTAPIConnection.

Author:
Abdelatif Nouqrat
See Also:
JTAPIConnection, ApplicationPanel, StatusBar

Constructor Summary
ModellAdaptor(JTAPIConnection aConnection)
          Constructs a adapter with the given JTAPIConnection
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModellAdaptor

public ModellAdaptor(JTAPIConnection aConnection)
Constructs a adapter with the given JTAPIConnection

Method Detail

actionPerformed

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