public abstract class WorkbenchEvent extends EventObject
source
Constructor and Description |
---|
WorkbenchEvent(IWorkbench workbench)
Constructs a new workbench event object.
|
Modifier and Type | Method and Description |
---|---|
IWorkbench |
getWorkbench()
Returns the workbench that fired the event.
|
getSource, toString
public WorkbenchEvent(IWorkbench workbench)
workbench
- the workbench that fired the eventpublic IWorkbench getWorkbench()