|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.guiutils.browser.BrowserEvent
com.pepper.guiutils.browser.PepperURIContentEvent
public class PepperURIContentEvent
Status message to be displayed.
Field Summary | |
---|---|
static int |
UNUSED_TYPE
Only one type of URIContentEvent, so the type field is unused |
Constructor Summary | |
---|---|
PepperURIContentEvent(String viewID,
String mimeType)
Constructor |
|
PepperURIContentEvent(String viewID,
String mimeType,
String requestURL)
Constructor |
Method Summary | |
---|---|
String |
getMIMEType()
Return the MIME type of the content |
String |
getRequestURL()
Return the URL of the request the event is for. |
Methods inherited from class com.pepper.guiutils.browser.BrowserEvent |
---|
getEventParam, getEventType, getViewID, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UNUSED_TYPE
Constructor Detail |
---|
public PepperURIContentEvent(String viewID, String mimeType)
viewID
- ID of the WebBrowserView that generated the eventmimeType
- MIME type of the contentpublic PepperURIContentEvent(String viewID, String mimeType, String requestURL)
viewID
- ID of the WebBrowserView that generated the eventmimeType
- MIME type of the contentrequestURL
- URL of the request the event is forMethod Detail |
---|
public String getMIMEType()
public String getRequestURL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |