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

org.wicketstuff.facebook.behaviors.AuthResponseChangeEventBehavior Maven / Gradle / Ivy

The newest version!
package org.wicketstuff.facebook.behaviors;

/**
 * fired when the authResponse changes
 * 
 * @author Till Freier
 * 
 */
public abstract class AuthResponseChangeEventBehavior extends AbstractAuthEventBehavior
{

	protected AuthResponseChangeEventBehavior()
	{
		super("auth.authResponseChange");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy