hades.models.dcf77
Class Dcf77Sender.DateFormatter

java.lang.Object
  extended byhades.models.dcf77.Dcf77Sender.DateFormatter
All Implemented Interfaces:
TextSource
Enclosing class:
Dcf77Sender

class Dcf77Sender.DateFormatter
extends java.lang.Object
implements TextSource


Constructor Summary
(package private) Dcf77Sender.DateFormatter()
           
 
Method Summary
 java.lang.String getText()
          get the current value of the text from this TextSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dcf77Sender.DateFormatter

Dcf77Sender.DateFormatter()
Method Detail

getText

public java.lang.String getText()
Description copied from interface: TextSource
get the current value of the text from this TextSource

Specified by:
getText in interface TextSource