org.vectomatic.dom.svg.events
Interface FocusOutHandler

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

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

Handler interface for FocusOutEvent events.


Method Summary
 void onFocusOut(FocusOutEvent event)
          Called when 'focusout' is fired.
 

Method Detail

onFocusOut

void onFocusOut(FocusOutEvent event)
Called when 'focusout' is fired.

Parameters:
event - the FocusOutEvent that was fired


Copyright © 2012. All Rights Reserved.