Package com.iizigo.term.session
Class NewSession
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.iizigo.term.session.NewSession
Handler implementing the New Terminal Session.
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionexecute
(ExecutionEvent event) Performs the operation.boolean
Checks if enabled.Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
Constructor Details
NewSession
public NewSession()Eclipse constructor.
Method Details
execute
Performs the operation.- Throws:
ExecutionException
isEnabled
public boolean isEnabled()Checks if enabled.- Specified by:
isEnabled
in interfaceIHandler
- Overrides:
isEnabled
in classAbstractHandler