|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.icore.IXAgent ix.ip2.Ip2 ix.test.Ip2Test
public class Ip2Test
A version of Ip2 used to test and debug/
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ix.ip2.Ip2 |
---|
Ip2.AddExtensionsHandler, Ip2.AddHandlersHandler |
Field Summary | |
---|---|
(package private) java.lang.Object |
currentInput
|
Fields inherited from class ix.ip2.Ip2 |
---|
activityViewer, agentTypeName, annotationViewer, controller, domain, frame, issueViewer, logoImage, logoLine1, logoLine2, modelManager, optionManager, resetHooks, showOptions, stateViewer |
Fields inherited from class ix.icore.IXAgent |
---|
contactManager, displayName, eventLogger, exitHooks, initialDisplayName, ipcName, ipcStrategyName, iSimTimer, mainAgent, nameListeners, startupDate, startupHooks, symbolName, textFrame |
Constructor Summary | |
---|---|
Ip2Test()
|
Method Summary | |
---|---|
java.lang.Object |
getCurrentInput()
|
void |
handleInput(IPC.InputMessage message)
Handles external input in the form of an IPC.InputMessage that contains an object such as an Issue, Activity, or Report. |
static void |
main(java.lang.String[] argv)
|
void |
setCurrentInput(java.lang.Object in)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.Object currentInput
Constructor Detail |
---|
public Ip2Test()
Method Detail |
---|
public static void main(java.lang.String[] argv)
public java.lang.Object getCurrentInput()
public void setCurrentInput(java.lang.Object in)
public void handleInput(IPC.InputMessage message)
IXAgent
handleNewIssue
,
handleNewReport
, etc as appropriate.
handleInput
in class Ip2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |