/* 
	contextListener.java

	Author:			daassi
	Description:	<describe the contextListener class here>
*/

package contextListener;


public interface contextListener extends java.util.EventListener
{
    public abstract void newContextInformations();

}


/* contextListener.java */
