org.datamanager.event
Class LaunchBrowserWithURLEvent

java.lang.Object
  |
  +--org.datamanager.event.DataManagerEventAdapter
        |
        +--org.datamanager.event.LaunchBrowserWithURLEvent
All Implemented Interfaces:
DataManagerEvent, EntityValue, Serializable

public class LaunchBrowserWithURLEvent
extends DataManagerEventAdapter

Event fired when a Simpleton requests that a URL be launched.

Version:
$Revision: 1.2 $
Author:
Team Helium
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
LaunchBrowserWithURLEvent(EventGenerator source, URL url)
           
 
Method Summary
 URL getURL()
           
 String toString()
          Report a String representation of the event.
 
Methods inherited from class org.datamanager.event.DataManagerEventAdapter
getSource, getTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LaunchBrowserWithURLEvent

public LaunchBrowserWithURLEvent(EventGenerator source,
                                 URL url)
Method Detail

getURL

public URL getURL()

toString

public String toString()
Description copied from interface: DataManagerEvent
Report a String representation of the event.

Specified by:
toString in interface DataManagerEvent
Specified by:
toString in class DataManagerEventAdapter


See the Helium Website