org.vectomatic.dom.svg.events
Interface FocusInHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface FocusInHandler
extends com.google.gwt.event.shared.EventHandler

Handler interface for FocusInEvent events.


Method Summary
 void onFocusIn(FocusInEvent event)
          Called when 'focusin' is fired.
 

Method Detail

onFocusIn

void onFocusIn(FocusInEvent event)
Called when 'focusin' is fired.

Parameters:
event - the FocusInEvent that was fired


Copyright © 2012. All Rights Reserved.