Package com.biglybt.ui.swt.pifimpl
Class UISWTViewEventImpl
java.lang.Object
com.biglybt.ui.swt.pifimpl.UISWTViewEventImpl
- All Implemented Interfaces:
UISWTViewEvent
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Object
(package private) int
(package private) UISWTView
Fields inherited from interface com.biglybt.ui.swt.pif.UISWTViewEvent
DEBUG_TYPES, TYPE_CLOSE, TYPE_CREATE, TYPE_DATASOURCE_CHANGED, TYPE_DESTROY, TYPE_FOCUSGAINED, TYPE_FOCUSLOST, TYPE_HIDDEN, TYPE_INITIALIZE, TYPE_LANGUAGEUPDATE, TYPE_OBFUSCATE, TYPE_PRE_CREATE, TYPE_REFRESH, TYPE_SHOWN
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
UISWTViewEventImpl
-
-
Method Details
-
getType
public int getType()Description copied from interface:UISWTViewEvent
Get the type.- Specified by:
getType
in interfaceUISWTViewEvent
- Returns:
- The TYPE_* constant for this event
-
getData
Description copied from interface:UISWTViewEvent
Get the data- Specified by:
getData
in interfaceUISWTViewEvent
- Returns:
- Any data for this event
-
getView
Description copied from interface:UISWTViewEvent
Get the View- Specified by:
getView
in interfaceUISWTViewEvent
- Returns:
- Information and control over the view
-