JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Interface JCFontListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCFontAdapter, StyleEditor

public interface JCFontListener
extends EventListener

Event listener interface for JCFont events.


Method Summary
 void fontChanged(com.klg.jclass.util.swing.JCFontEvent e)
          Font has been changed.
 void fontChanging(com.klg.jclass.util.swing.JCFontEvent e)
          Font is changing.
 

Method Detail

fontChanging

public void fontChanging(com.klg.jclass.util.swing.JCFontEvent e)
Font is changing. Listeners can change the font and/or the underline indication.

Parameters:
e - The event generated by the font changing

fontChanged

public void fontChanged(com.klg.jclass.util.swing.JCFontEvent e)
Font has been changed.

Parameters:
e - The event generated by the changed font

Copyright © 2004 Quest Software Inc..
All rights reserved.