blob: 0bb5acae8f8185779c5b9969bf81bc68e2f922d5 [file] [log] [blame]
package org.eclipse.swt.custom;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
public class CTabFolderAdapter implements CTabFolderListener {
public void itemClosed(CTabFolderEvent event){};
}