blob: bc8d16f57750adfe1b9fc45dedd1bc83cd52d5ff [file] [log] [blame]
nitind958d79a2004-11-23 19:23:00 +00001/*******************************************************************************
2 * Copyright (c) 2004 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/
david_williamsaaadf2b2005-04-11 07:28:31 +000011package org.eclipse.wst.html.core.internal.htmlcss;
nitind958d79a2004-11-23 19:23:00 +000012
13
14
15/**
16 */
17public interface StyleListener {
18
19 /**
20 */
21 void styleChanged();
22}