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

Enclosing class:
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

void okActionPerformed()
triggered when the OKAction is performed.


cancelActionPerformed

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



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