org.cruxframework.crux.core.client.screen.views
Interface HasViewActivateHandlers

All Known Implementing Classes:
BindableView, View

public interface HasViewActivateHandlers

Author:
Thiago da Rosa de Bustamante

Method Summary
 com.google.gwt.event.shared.HandlerRegistration addViewActivateHandler(ViewActivateHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration addViewDeactivateHandler(ViewDeactivateHandler handler)
           
 boolean isActive()
           
 

Method Detail

addViewActivateHandler

com.google.gwt.event.shared.HandlerRegistration addViewActivateHandler(ViewActivateHandler handler)

addViewDeactivateHandler

com.google.gwt.event.shared.HandlerRegistration addViewDeactivateHandler(ViewDeactivateHandler handler)

isActive

boolean isActive()


Copyright © 2014. All rights reserved.