package org.robobinding.widget.view; import android.view.View; /** * * @since 1.0 * @version $Revision: 1.0 $ * @author Cheng Wei */ public class FocusLostEvent extends AbstractViewEvent { public FocusLostEvent(View view) { super(view); } }