org.cruxframework.crux.core.client.screen.views
Class ViewUnloadEvent

java.lang.Object
  extended by org.cruxframework.crux.core.client.event.BaseEvent<T>
      extended by org.cruxframework.crux.core.client.event.CruxEvent<View>
          extended by org.cruxframework.crux.core.client.screen.views.ViewUnloadEvent

public class ViewUnloadEvent
extends CruxEvent<View>

Author:
Thiago da Rosa de Bustamante

Field Summary
 
Fields inherited from class org.cruxframework.crux.core.client.event.CruxEvent
senderId
 
Fields inherited from class org.cruxframework.crux.core.client.event.BaseEvent
source
 
Constructor Summary
protected ViewUnloadEvent(View view)
          Constructor
 
Method Summary
 void cancel()
           
 boolean isCanceled()
           
 
Methods inherited from class org.cruxframework.crux.core.client.event.CruxEvent
getSenderId
 
Methods inherited from class org.cruxframework.crux.core.client.event.BaseEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewUnloadEvent

protected ViewUnloadEvent(View view)
Constructor

Method Detail

cancel

public void cancel()

isCanceled

public boolean isCanceled()


Copyright © 2014. All rights reserved.