|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.wilko.jaim.TocResponse
|
+--com.wilko.jaim.GotoTocResponse
This response is delivered to a JaimEventListener when a GOTO response is received from TOC
| Field Summary | |
static java.lang.String |
RESPONSE_TYPE
|
| Fields inherited from class com.wilko.jaim.TocResponse |
cmd |
| Constructor Summary | |
GotoTocResponse()
Creates new GotoTocResponse |
|
| Method Summary | |
boolean |
canHandle(java.lang.String Response)
Returns true if this response handler can handle the specified response. |
java.lang.String |
getResponseType()
Obtain the response type for response dispatching purposes |
java.lang.String |
getURL()
Obtain the URL |
java.lang.String |
getWindowName()
Obtain the suggested window name for this URL |
TocResponse |
parseString(java.lang.String str)
Parse an incoming response string |
| Methods inherited from class com.wilko.jaim.TocResponse |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String RESPONSE_TYPE
| Constructor Detail |
public GotoTocResponse()
| Method Detail |
public java.lang.String getWindowName()
public java.lang.String getURL()
public TocResponse parseString(java.lang.String str)
parseString in interface TocResponseHandlerstr - The string to be parsed
public java.lang.String getResponseType()
getResponseType in class TocResponsepublic boolean canHandle(java.lang.String Response)
canHandle in interface TocResponseHandlerResponse - - the response string from TOC. This is the part of the response before the first ':'
|
jaimlib.sourceforge.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||