com.pvx.ooadide.eventmanager
Class ExtCommand

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getCommand()
           
 java.lang.Object getListener()
           
 boolean notifyEventManager()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtCommand

public ExtCommand(java.lang.String initCmd,
                  java.lang.Object initlistener)

ExtCommand

public ExtCommand(java.lang.String initCmd,
                  java.lang.Object initlistener,
                  boolean initViaEventManager)
Method Detail

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