com.pepper.guiutils.browser
Class StatusEvent

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

public class StatusEvent
extends BrowserEvent

Status message to be displayed.


Constructor Summary
StatusEvent(String viewID, String message)
          Constructor
 
Method Summary
 String getStatusMessage()
          Return the status messsage
 
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
 

Constructor Detail

StatusEvent

public StatusEvent(String viewID,
                   String message)
Constructor

Parameters:
viewID - ID of the WebBrowserView that generated the event
message - Status message
Method Detail

getStatusMessage

public String getStatusMessage()
Return the status messsage

Returns:
the status message


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