
org.jmmo.component.Handler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component Show documentation
Show all versions of component Show documentation
This is Java solution of the components based programming model
The newest version!
package org.jmmo.component;
/**
* Интерфейс для обработки некоторых объектов
* @author Tomas Shestakov
*/
public interface Handler {
void handle(T object);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy