hmi.environment
Class ElckerlycDemoEnvironment.ToggleVHUIListener

java.lang.Object
  extended by hmi.environment.ElckerlycDemoEnvironment.ToggleVHUIListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
ElckerlycDemoEnvironment

static class ElckerlycDemoEnvironment.ToggleVHUIListener
extends Object
implements ActionListener

Toggle visibility of given VHUI...


Field Summary
(package private)  VirtualHumanUI theVHUI
           
 
Constructor Summary
ElckerlycDemoEnvironment.ToggleVHUIListener(VirtualHumanUI ui)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theVHUI

VirtualHumanUI theVHUI
Constructor Detail

ElckerlycDemoEnvironment.ToggleVHUIListener

public ElckerlycDemoEnvironment.ToggleVHUIListener(VirtualHumanUI ui)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener