com.github.kubatatami.judonetworking.observers.WrapObserver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of judonetworking-observers Show documentation
Show all versions of judonetworking-observers Show documentation
Easy way of communicating to your servers.
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);
}