|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pvx.ooadide.eventmanager.PvxEvent
public class PvxEvent
An event that indicates an action has occurred in Eclipse
Constructor Summary | |
---|---|
PvxEvent(java.lang.String init_eventName,
java.lang.String detail,
java.util.Properties init_buildProps)
Creates an event that indicates an action has occurred in Eclipse |
Method Summary | |
---|---|
void |
addResponse(java.lang.String init_eventName,
java.lang.String init_detail)
ProvideX responds to Eclipse events via this method |
void |
addResponse(java.lang.String init_eventName,
java.lang.String init_detail,
java.util.Properties init_buildProps)
ProvideX responds to Eclipse events via this method |
boolean |
containsArgument(java.lang.String key)
Wraps the Properties iterator that contains the
arguments of associated with this event |
java.lang.String |
getArgument(java.lang.String key)
Wraps the Properties iterator that contains the arguments of associated with this event |
java.util.Properties |
getBuildProps()
|
java.lang.String |
getEventCommand()
Accessor that returns the minor code of an event |
java.lang.String |
getEventName()
Accessor that returns the major code of an event |
java.lang.Object |
getObjectArgument(java.lang.String key)
Wraps the Properties iterator that contains the arguments of associated with this event |
java.util.ArrayList<PvxEvent> |
getResponses()
|
boolean |
hasMoreArguments()
Wraps the Properties iterator that contains the arguments of associated with this event |
java.lang.String |
nextArgument()
Wraps the Properties iterator that contains the arguments of associated with this event |
void |
resetIterator()
Wraps the Properties iterator that contains the arguments of associated with this event |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PvxEvent(java.lang.String init_eventName, java.lang.String detail, java.util.Properties init_buildProps)
init_eventName
- The major code of the eventdetail
- The minor code of the eventinit_buildProps
- The optional argumentsMethod Detail |
---|
public java.lang.String getEventName()
public java.lang.String getEventCommand()
public void resetIterator()
public boolean hasMoreArguments()
public java.lang.String nextArgument()
public boolean containsArgument(java.lang.String key)
Properties
iterator that contains the
arguments of associated with this event
public java.lang.String getArgument(java.lang.String key)
public java.lang.Object getObjectArgument(java.lang.String key)
public void addResponse(java.lang.String init_eventName, java.lang.String init_detail)
init_eventName
- The major code of the responseinit_detail
- The minor code of the responsepublic void addResponse(java.lang.String init_eventName, java.lang.String init_detail, java.util.Properties init_buildProps)
init_eventName
- The major code of the responseinit_detail
- The minor code of the responseinit_buildProps
- The Properties object that contains the arguments for this responsepublic java.util.ArrayList<PvxEvent> getResponses()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Properties getBuildProps()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |