JHelp
Interface JTipsListener


public interface JTipsListener

This interface defines a method called when JTipsDialog is closed.

JTipsListeners are added to a JTipsDialog.

Copyright (c) 2003

Document Date: 7/03

Company: Vermalt LLC


Method Summary
 void jTipsDialogClosed(java.awt.Dimension d, java.awt.Point p, boolean show_at_startup, int last_index)
          JTipsDialog calls this method when the dialog is closed.
 

Method Detail

jTipsDialogClosed

public void jTipsDialogClosed(java.awt.Dimension d,
                              java.awt.Point p,
                              boolean show_at_startup,
                              int last_index)

JTipsDialog calls this method when the dialog is closed.

Parameters:
d - The Dimension the dialog is at when closed.
p - The Point the dialog is at when closed.
show_at_startup - The state of the show at startup checkbox
last_index - The index of the last shown tip