blob: 78cebdb79936814d059fa55c2dd7a5844ef064c6 [file] [log] [blame]
package org.eclipse.jst.jsf.common.runtime.internal.model.event;
/**
* A design time analog for the ActionListener
* @author cbateman
*
*/
public interface IActionListenerInfo extends IFacesListenerInfo
{
}