FileDocCategorySizeDatePackage
UISWTViewEventImpl.javaAPI DocAzureus 3.0.3.41564Thu Feb 09 19:42:58 GMT 2006org.gudy.azureus2.ui.swt.pluginsimpl

UISWTViewEventImpl

public class UISWTViewEventImpl extends Object implements org.gudy.azureus2.ui.swt.plugins.UISWTViewEvent
author
TuxPaper

Fields Summary
int
eventType
Object
data
org.gudy.azureus2.ui.swt.plugins.UISWTView
view
Constructors Summary
public UISWTViewEventImpl(org.gudy.azureus2.ui.swt.plugins.UISWTView view, int eventType, Object data)

		this.view = view;
		this.eventType = eventType;
		this.data = data;
	
Methods Summary
public java.lang.ObjectgetData()

		return data;
	
public intgetType()

		return eventType;
	
public org.gudy.azureus2.ui.swt.plugins.UISWTViewgetView()

		return view;