package sso.event;

public interface StoreListener extends java.util.EventListener
{
	public void notifyStore(StoreEvent evt);
}

