com.pepper.guiutils.browser
Class PepperURIContentEvent

java.lang.Object
  extended by com.pepper.guiutils.browser.BrowserEvent
      extended by com.pepper.guiutils.browser.PepperURIContentEvent

public class PepperURIContentEvent
extends BrowserEvent

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

UNUSED_TYPE

public static final int UNUSED_TYPE
Only one type of URIContentEvent, so the type field is unused

See Also:
Constant Field Values
Constructor Detail

PepperURIContentEvent

public PepperURIContentEvent(String viewID,
                             String mimeType)
Constructor

Parameters:
viewID - ID of the WebBrowserView that generated the event
mimeType - MIME type of the content

PepperURIContentEvent

public PepperURIContentEvent(String viewID,
                             String mimeType,
                             String requestURL)
Constructor

Parameters:
viewID - ID of the WebBrowserView that generated the event
mimeType - MIME type of the content
requestURL - URL of the request the event is for
Method Detail

getMIMEType

public String getMIMEType()
Return the MIME type of the content


getRequestURL

public String getRequestURL()
Return the URL of the request the event is for.



Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.