edu.ohiou.cs456_badabing.sceneapi.exec
Class ChooseMapActionListener

java.lang.Object
  extended by edu.ohiou.cs456_badabing.sceneapi.exec.ChooseMapActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

 class ChooseMapActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Used by MenuBar to handle map texture selection.

Description: Experimentation with JOGL

Copyright: Copyright (c) 2008, Lev A Neiman

Company: Ohio University EECS


Field Summary
(package private)  MenuBar adaptee
           
 
Constructor Summary
ChooseMapActionListener(MenuBar adaptee)
           
 
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

adaptee

MenuBar adaptee
Constructor Detail

ChooseMapActionListener

ChooseMapActionListener(MenuBar adaptee)
Method Detail

actionPerformed

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