edu.UCL.satin.facets
Interface NeedsURL

All Superinterfaces:
Facet

public interface NeedsURL
extends Facet

A Facet for components that need a URL to function

Author:
Stefanos Zachariadis

Method Summary
 java.net.URL getURL()
           
 void setURL(java.net.URL url)
           
 

Method Detail

getURL

public java.net.URL getURL()

setURL

public void setURL(java.net.URL url)