public class PerformDoUnSyncEvent extends com.google.gwt.event.shared.GwtEvent<PerformDoUnSyncEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<PerformDoUnSyncEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
PerformDoUnSyncEvent(WsFolder folder)
Instantiates a new perform do sync event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PerformDoUnSyncEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<PerformDoUnSyncEventHandler> |
getAssociatedType() |
WsFolder |
getFolder()
Gets the folder.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<PerformDoUnSyncEventHandler> TYPE
public PerformDoUnSyncEvent(WsFolder folder)
folder - the folderpublic com.google.gwt.event.shared.GwtEvent.Type<PerformDoUnSyncEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PerformDoUnSyncEventHandler>protected void dispatch(PerformDoUnSyncEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PerformDoUnSyncEventHandler>public WsFolder getFolder()
Copyright © 2021. All Rights Reserved.