home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / Time.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-07-12  |  699 b   |  12 lines

  1. package org.apache.cocoon.samples.parentcm;
  2.  
  3. import java.util.Date;
  4. import org.apache.avalon.framework.component.Component;
  5. import org.apache.cocoon.samples.parentcm.Time.1;
  6.  
  7. public interface Time extends Component {
  8.    String ROLE = (1.class$org$apache$cocoon$samples$parentcm$Time == null ? (1.class$org$apache$cocoon$samples$parentcm$Time = 1.class$("org.apache.cocoon.samples.parentcm.Time")) : 1.class$org$apache$cocoon$samples$parentcm$Time).getName();
  9.  
  10.    Date getTime();
  11. }
  12.