blob: 2f7cd7ae842cfd9b995591f1efcd1b04429b180e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2002-2006 Innoopract Informationssysteme GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Innoopract Informationssysteme GmbH - initial API and implementation
******************************************************************************/
package org.eclipse.swt.custom;
public class CTabFolder2Adapter implements CTabFolder2Listener {
public void close( final CTabFolderEvent event ) {
}
public void maximize( final CTabFolderEvent event ) {
}
public void minimize( final CTabFolderEvent event ) {
}
public void restore( final CTabFolderEvent event ) {
}
public void showList( final CTabFolderEvent event ) {
}
}