~motu-torrent/azureus/upstream-stable

« back to all changes in this revision

Viewing changes to com/aelitis/azureus/ui/swt/skin/SWTSkinTabSetListener.java

  • Committer: John Dong
  • Date: 2007-10-22 04:54:13 UTC
  • Revision ID: john.dong@gmail.com-20071022045413-3ovb11u82rrcokxx
Commit 3.0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Created on Jun 18, 2006 11:38:26 PM
3
 
 * Copyright (C) 2006 Aelitis, All Rights Reserved.
4
 
 *
5
 
 * This program is free software; you can redistribute it and/or
6
 
 * modify it under the terms of the GNU General Public License
7
 
 * as published by the Free Software Foundation; either version 2
8
 
 * of the License, or (at your option) any later version.
9
 
 * This program is distributed in the hope that it will be useful,
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
 * GNU General Public License for more details.
13
 
 * You should have received a copy of the GNU General Public License
14
 
 * along with this program; if not, write to the Free Software
15
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 
 *
17
 
 * AELITIS, SAS au capital de 46,603.30 euros
18
 
 * 8 Allee Lenotre, La Grille Royale, 78600 Le Mesnil le Roi, France.
19
 
 */
20
 
package com.aelitis.azureus.ui.swt.skin;
21
 
 
22
 
/**
23
 
 * @author TuxPaper
24
 
 * @created Jun 18, 2006
25
 
 *
26
 
 */
27
 
public interface SWTSkinTabSetListener
28
 
{
29
 
        public void tabChanged(SWTSkinTabSet tabSet, String oldTabID, String newTabID);
30
 
}
 
1
/*
 
2
 * Created on Jun 18, 2006 11:38:26 PM
 
3
 * Copyright (C) 2006 Aelitis, All Rights Reserved.
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or
 
6
 * modify it under the terms of the GNU General Public License
 
7
 * as published by the Free Software Foundation; either version 2
 
8
 * of the License, or (at your option) any later version.
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 * You should have received a copy of the GNU General Public License
 
14
 * along with this program; if not, write to the Free Software
 
15
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
16
 *
 
17
 * AELITIS, SAS au capital de 46,603.30 euros
 
18
 * 8 Allee Lenotre, La Grille Royale, 78600 Le Mesnil le Roi, France.
 
19
 */
 
20
package com.aelitis.azureus.ui.swt.skin;
 
21
 
 
22
/**
 
23
 * @author TuxPaper
 
24
 * @created Jun 18, 2006
 
25
 *
 
26
 */
 
27
public interface SWTSkinTabSetListener
 
28
{
 
29
        public void tabChanged(SWTSkinTabSet tabSet, String oldTabID, String newTabID);
 
30
}