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

Example usage for Java com.google.gwt.event.logical.shared CloseEvent 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 CloseEvent.

The text is from its open source code.

Method

voidfire(HasCloseHandlers source, T target, boolean autoClosed)
Fires a close event on all registered handlers in the handler manager.
voidfire(HasCloseHandlers source, T target)
Fires a close event on all registered handlers in the handler manager.
TgetTarget()
Gets the target.
Type>getType()
Gets the type associated with this event.
booleanisAutoClosed()
Was the target automatically closed?