Class AttributeStateChangeEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<AttributeStateChangeEventHandler>
-
- cn.mapway.ui.client.mvc.attribute.event.AttributeStateChangeEvent
-
public class AttributeStateChangeEvent extends com.google.gwt.event.shared.GwtEvent<AttributeStateChangeEventHandler>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description IAttributeattribute属性变更的信息AttributeStatestatestatic com.google.gwt.event.shared.GwtEvent.Type<AttributeStateChangeEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description AttributeStateChangeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(AttributeStateChangeEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<AttributeStateChangeEventHandler>getAssociatedType()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<AttributeStateChangeEventHandler> TYPE
-
attribute
public IAttribute attribute
属性变更的信息
-
state
public AttributeState state
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<AttributeStateChangeEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<AttributeStateChangeEventHandler>
-
dispatch
protected void dispatch(AttributeStateChangeEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<AttributeStateChangeEventHandler>
-
-