com.pvx.ooadide.eventmanager
Class ExtCommand
java.lang.Object
com.pvx.ooadide.eventmanager.ExtCommand
- All Implemented Interfaces:
- IExtCommand
public class ExtCommand
- extends java.lang.Object
- implements IExtCommand
An event that indicates a Contributed action has occurred in Eclipse
- Since:
- 1.0
- Version:
- 1.0, 01/01/2007
- Author:
- Jarett Smith
Constructor Summary |
ExtCommand(java.lang.String initCmd,
java.lang.Object initlistener)
|
ExtCommand(java.lang.String initCmd,
java.lang.Object initlistener,
boolean initViaEventManager)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtCommand
public ExtCommand(java.lang.String initCmd,
java.lang.Object initlistener)
ExtCommand
public ExtCommand(java.lang.String initCmd,
java.lang.Object initlistener,
boolean initViaEventManager)
getCommand
public java.lang.String getCommand()
- Specified by:
getCommand
in interface IExtCommand
getListener
public java.lang.Object getListener()
- Specified by:
getListener
in interface IExtCommand
notifyEventManager
public boolean notifyEventManager()
- Specified by:
notifyEventManager
in interface IExtCommand