script_editor_GUI
Class VAE_GenericBox.GenerixBoxAL

java.lang.Object
  extended by script_editor_GUI.VAE_GenericBox.GenerixBoxAL
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener
Enclosing class:
VAE_GenericBox

 class VAE_GenericBox.GenerixBoxAL
extends java.lang.Object
implements java.awt.event.ActionListener, java.io.Serializable


Field Summary
(package private)  int iPort
           
(package private)  int oPort
           
 
Constructor Summary
VAE_GenericBox.GenerixBoxAL(int oP, int iP, VAE_GenericBox b)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oPort

int oPort

iPort

int iPort
Constructor Detail

VAE_GenericBox.GenerixBoxAL

public VAE_GenericBox.GenerixBoxAL(int oP,
                                   int iP,
                                   VAE_GenericBox b)
Method Detail

actionPerformed

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