net.sf.jour.rt.view.config
Interface Autoreload

All Superinterfaces:
AutoreloadType, javax.xml.bind.Element
All Known Implementing Classes:
AutoreloadImpl

public interface Autoreload
extends javax.xml.bind.Element, AutoreloadType

Java content class for autoreload element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 112)

 <element name="autoreload">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="delay" type="{http://www.w3.org/2001/XMLSchema}long" />
         <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.AutoreloadType
getDelay, isEnabled, setDelay, setEnabled
 



Copyright © 2004 sourceforge. All Rights Reserved.