Java com.google.gwt.event.logical.shared OpenEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.event.logical.shared OpenEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.event.logical.shared OpenEvent.

The text is from its open source code.

Method

voidfire(HasOpenHandlers source, T target)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
TgetTarget()
Gets the target.
Type>getType()
Gets the type associated with this event.