edu.ohiou.cs456_badabing.sceneapi.exec
Class ChooseMapActionListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adaptee
MenuBar adaptee
ChooseMapActionListener
ChooseMapActionListener(MenuBar adaptee)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener