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

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

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

/**
 * fired when the user logs in
 * 
 * @author Till Freier
 * 
 */
public abstract class AuthLoginEventBehavior extends AbstractAuthEventBehavior
{

	protected AuthLoginEventBehavior()
	{
		super("auth.login");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy