FileDocCategorySizeDatePackage
SWTSkinObjectListener.javaAPI DocAzureus 3.0.3.41558Sun May 06 01:44:28 BST 2007com.aelitis.azureus.ui.swt.skin

SWTSkinObjectListener

public interface SWTSkinObjectListener
author
TuxPaper
created
Sep 30, 2006

Fields Summary
public static int
EVENT_SHOW
public static int
EVENT_HIDE
public static int
EVENT_SELECT
public static int
EVENT_DESTROY
public static String[]
NAMES
Constructors Summary
Methods Summary
public java.lang.ObjecteventOccured(SWTSkinObject skinObject, int eventType, java.lang.Object params)
Called when an event occurs

param
skinObject skin object the event occurred on
param
eventType EVENT_* constant
param
params Any parameters the event needs to send you