org.kuali.rice.krad.datadictionary
Class URLMonitor

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.URLMonitor

public class URLMonitor
extends Object

This is a description of what this class does - gilesp don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Nested Class Summary
static interface URLMonitor.URLContentChangedListener
           
 
Constructor Summary
URLMonitor(int reloadIntervalMilliseconds)
           
 
Method Summary
 void addListener(URLMonitor.URLContentChangedListener listener)
           
 void addURI(URL zipUrl)
           
 void shutdownScheduler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLMonitor

public URLMonitor(int reloadIntervalMilliseconds)
Method Detail

shutdownScheduler

public void shutdownScheduler()

addListener

public void addListener(URLMonitor.URLContentChangedListener listener)

addURI

public void addURI(URL zipUrl)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.