![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.fi.DateCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.common Show documentation
Show all versions of tsl2.nano.common Show documentation
TSL2 Framework Commons (Collections, Actions/Excecution, Readers, Xml, Print, Mail, FuzzyFinder, Proxies, Network-Structure)
The 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 - 2025 Weber Informatics LLC | Privacy Policy