com.sygem.swing.jtipoftheday
Class TipShowListener

java.lang.Object
  extended bycom.sygem.swing.jtipoftheday.TipShowListener

public abstract class TipShowListener
extends java.lang.Object

The TipShowListener lets you register for changes to the "Show Tips on Startup" variable. You can then store the information in whatever way suits your application.

Title: JTipOfTheDay
Description: A Swing component for displaying a Tip on startup
Copyright: Copyright (c) 2004
Company: SyGem Software

Version:
1.0

Constructor Summary
TipShowListener()
           
 
Method Summary
abstract  void tipShowChanged(boolean showTips)
          This method will be called when the user clicks on the "Show Tips on Startup" checkbox.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TipShowListener

public TipShowListener()
Method Detail

tipShowChanged

public abstract void tipShowChanged(boolean showTips)
This method will be called when the user clicks on the "Show Tips on Startup" checkbox.

Parameters:
showTips - The new value for the "Show Tips on Startup" variable.


Copyright © 2004 SyGem Software. All Rights Reserved.