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

fr.lteconsulting.hexa.client.other.DateView Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.client.other;

import fr.lteconsulting.hexa.client.application.archi.View;
import fr.lteconsulting.hexa.client.common.HexaDate;

public interface DateView extends View
{
	void setData( HexaDate date );

	HexaDate getDate();

	HasSelectionHandlers getChangeHandlerMng();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy