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

com.github.kubatatami.judonetworking.observers.WrapObserver Maven / Gradle / Ivy

The newest version!
package com.github.kubatatami.judonetworking.observers;

/**
 * Created with IntelliJ IDEA.
 * User: jbogacki
 * Date: 07.02.2013
 * Time: 11:01
 */
public interface WrapObserver {

    public void update(T data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy