games.rednblack.puremvc.interfaces.IProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Minimal PureMVC implementation using libGDX data structure
package games.rednblack.puremvc.interfaces;
public interface IProxy extends INotifiable {
String getName();
T getData();
}