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

com.talk2object.plum.interaction.controller.Controller Maven / Gradle / Ivy

There is a newer version: 0.1.22
Show newest version
package com.talk2object.plum.interaction.controller;

/**
 * as minimum function controller, it synchronizes state between view and model.
 * 
 * @author jack
 *
 */
public interface Controller {

	void updateModelState();

	void updateViewState();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy