00001 /******************************************************************************* 00002 * Copyright (c) 2008-2014 SWTChart project. All rights reserved. 00003 * 00004 * This code is distributed under the terms of the Eclipse Public License v1.0 00005 * which is available at http://www.eclipse.org/legal/epl-v10.html 00006 *******************************************************************************/ 00007 package org.swtchart; 00008 00012 public interface IPlotArea { 00013 00020 public void addCustomPaintListener(ICustomPaintListener listener); 00021 00028 public void removeCustomPaintListener(ICustomPaintListener listener); 00029 }