List of usage examples for com.google.gwt.event.shared GwtEvent.Type subclass-usage
From source file com.emitrom.easygwt.wf.client.events.EventsType.java
/**
*
* @author Alfredo Quiroga-Villamil
*
* @param <H>
*/
From source file com.gwtplatform.mvp.client.presenter.slots.NestedSlot.java
/**
* Use NestedSlot in classes extending {@link com.gwtplatform.mvp.client.Presenter}
* to automatically display child presenters.
*
* @see: https://github.com/ArcBees/GWTP/wiki/Presenter-%22Slots%22
*/
From source file org.kjots.lib.gwt.event.message.shared.MessageType.java
/**
* Message Type.
* <p>
* Created: 5th December 2011.
*
* @param <T> The type of the message.
From source file org.kjots.lib.gwt.event.signal.shared.Signal.java
/**
* Signal.
* <p>
* Created: 16th November 2011.
*
* @author <a href="mailto:kjots@kjots.org">Karl J. Ots <kjots@kjots.org></a>