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

com.jpattern.gwt.client.security.ISecurityContextObserver Maven / Gradle / Ivy

package com.jpattern.gwt.client.security;

/**
 * 
 * @author cinafr
 *
 */
public interface ISecurityContextObserver {

	/**
	 * This method is called when a new IUserSession is put in the SecurityContext 
	 */
	void ondUserSessionChange();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy