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

org.andengine.util.call.Callback Maven / Gradle / Ivy

package org.andengine.util.call;

/**
 * (c) 2010 Nicolas Gramlich 
 * (c) 2011 Zynga Inc.
 * 
 * @author Nicolas Gramlich
 * @since 09:40:55 - 14.12.2009
 */
public interface Callback {
	// ===========================================================
	// Constants
	// ===========================================================

	// ===========================================================
	// Methods
	// ===========================================================

	public void onCallback(final T pCallbackValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy