com.valhalla.jbother
Class SplashScreen.SplashHandler

java.lang.Object
  extended bycom.valhalla.jbother.SplashScreen.SplashHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
SplashScreen

class SplashScreen.SplashHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Closes the SplashScreen Closes the SplashScreen after the time has expired

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) SplashScreen.SplashHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Called by the javax.swing.Timer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen.SplashHandler

SplashScreen.SplashHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Called by the javax.swing.Timer

Specified by:
actionPerformed in interface java.awt.event.ActionListener