public class CmsSitemapChangeEvent extends com.google.gwt.event.shared.GwtEvent<I_CmsSitemapChangeHandler>
CmsSitemapController| 构造器和说明 |
|---|
CmsSitemapChangeEvent(CmsSitemapChange change)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
dispatch(I_CmsSitemapChangeHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapChangeHandler> |
getAssociatedType() |
CmsSitemapChange |
getChange()
Returns the change.
|
static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapChangeHandler> |
getType()
Gets the event type associated with change events.
|
public CmsSitemapChangeEvent(CmsSitemapChange change)
change - the changepublic static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapChangeHandler> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapChangeHandler> getAssociatedType()
getAssociatedType 在类中 com.google.gwt.event.shared.GwtEvent<I_CmsSitemapChangeHandler>GwtEvent.getAssociatedType()public CmsSitemapChange getChange()
protected void dispatch(I_CmsSitemapChangeHandler handler)
dispatch 在类中 com.google.gwt.event.shared.GwtEvent<I_CmsSitemapChangeHandler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)