picturedream.action
Class ControllerTerminator

java.lang.Object
  |
  +--picturedream.action.ControllerTerminator
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Title: PictureDream

Description: Controller for terminating the app

Copyright: Copyright (c) 2003 MRoc

Organisation: MRoc Audiosolutions

Version:
1.0
Author:
MRoc mail@mroc.de

Constructor Summary
ControllerTerminator()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ControllerTerminator

public ControllerTerminator()
Method Detail

actionPerformed

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