blob: a1ae4bb8917cc48ceac0169542bd83c24e5b4c61 [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
{
// TODO:
}