All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.fi.DateCallback Maven / Gradle / Ivy

Go to download

TSL2 Framework Commons (Collections, Actions/Excecution, Readers, Xml, Print, Mail, FuzzyFinder, Proxies, Network-Structure)

There is a newer version: 2.5.2
Show newest version
/*
 * File: $HeadURL$
 * Id  : $Id$
 * 
 * created by: Thomas Schneider
 * created on: Jun 29, 2012
 * 
 * Copyright: (c) Thomas Schneider 2012, all rights reserved
 */
package de.tsl2.nano.fi;

import java.util.Date;

/**
 * 
 * @author Thomas Schneider
 * @version $Revision$ 
 */
public interface DateCallback {
    Date getDate();
    void setDate(Date date);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy