org.olat.core.gui.components.htmlsite
Class ExternalSiteEvent

java.lang.Object
  extended by org.olat.core.gui.control.Event
      extended by org.olat.core.gui.components.htmlsite.ExternalSiteEvent
All Implemented Interfaces:
java.io.Serializable

public class ExternalSiteEvent
extends Event

Initial Date: 03.02.2005

Author:
Felix Jost
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.olat.core.gui.control.Event
BACK_EVENT, CANCELLED_EVENT, CHANGED_EVENT, DONE_EVENT, FAILED_EVENT
 
Constructor Summary
ExternalSiteEvent(java.lang.String startUri)
           
 
Method Summary
 void accept()
           
 MediaResource getResultingMediaResource()
           
 java.lang.String getStartUri()
           
 boolean isAccepted()
           
 void setResultingMediaResource(MediaResource resultingMediaResource)
           
 
Methods inherited from class org.olat.core.gui.control.Event
getCommand, hashCode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalSiteEvent

public ExternalSiteEvent(java.lang.String startUri)
Parameters:
startUri -
Method Detail

isAccepted

public boolean isAccepted()
Returns:
whether the receiver of this event accepts the olat cmd and is responsible for further dispatching

accept

public void accept()

getStartUri

public java.lang.String getStartUri()

getResultingMediaResource

public MediaResource getResultingMediaResource()

setResultingMediaResource

public void setResultingMediaResource(MediaResource resultingMediaResource)