nl.tudelft.simulation.introspection.mapping
Interface MyFontChooserDialog.UserListenerInterface

Enclosing interface:
MyFontChooserDialog

public static interface MyFontChooserDialog.UserListenerInterface

a userListener interface reacting on OK, cancel


Method Summary
 void cancelActionPerformed()
          triggered when the cancel action is performed.
 void okActionPerformed()
          triggered when the OKAction is performed.
 

Method Detail

okActionPerformed

public void okActionPerformed()
triggered when the OKAction is performed.


cancelActionPerformed

public void cancelActionPerformed()
triggered when the cancel action is performed.



Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.