com.sencha.gxt.fx.client.animation
Interface BeforeAnimateEvent.HasBeforeAnimateHandlers

All Known Implementing Classes:
Fx
Enclosing class:
BeforeAnimateEvent

public static interface BeforeAnimateEvent.HasBeforeAnimateHandlers

A widget that implements this interface is a public source of BeforeAnimateEvent events.


Method Summary
 HandlerRegistration addBeforeAnimateHandler(BeforeAnimateEvent.BeforeAnimateHandler handler)
          Adds a BeforeAnimateEvent.BeforeAnimateHandler handler for BeforeAnimateEvent events.
 

Method Detail

addBeforeAnimateHandler

HandlerRegistration addBeforeAnimateHandler(BeforeAnimateEvent.BeforeAnimateHandler handler)
Adds a BeforeAnimateEvent.BeforeAnimateHandler handler for BeforeAnimateEvent events.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2012. All Rights Reserved.