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

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

There is a newer version: 10.1.1
Show newest version
package org.wicketstuff.facebook.behaviors;

/**
 * fired when the status changes
 * 
 * @author Till Freier
 * 
 */
public abstract class AuthStatusChangeEventBehavior extends AbstractAuthEventBehavior
{
	protected AuthStatusChangeEventBehavior()
	{
		super("auth.statusChange");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy