FontChangedListener.java :  » Database-Client » SQL-Workbench » workbench » interfaces » Java Open Source

Java Open Source » Database Client » SQL Workbench 
SQL Workbench » workbench » interfaces » FontChangedListener.java
/*
 * FontChangedListener.java
 *
 * This file is part of SQL Workbench/J, http://www.sql-workbench.net
 *
 * Copyright 2002-2008, Thomas Kellerer
 * No part of this code maybe reused without the permission of the author
 *
 * To contact the author please send an email to: support@sql-workbench.net
 *
 */
package workbench.interfaces;

import java.awt.Font;

/**
 *
 * @author  support@sql-workbench.net
 */
public interface FontChangedListener
{
  void fontChanged(String aFontId, Font newFont);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.