public class

DisclosureEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.google.gwt.user.client.ui.DisclosureEvent

This class is deprecated.
Use CloseEvent and OpenEvent instead

Class Overview

Event object containing information about DisclosurePanel changes.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
DisclosureEvent(DisclosurePanel sender)
This constructor is deprecated. Use CloseEvent and OpenEvent instead
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public DisclosureEvent (DisclosurePanel sender)

This constructor is deprecated.
Use CloseEvent and OpenEvent instead

Creates a new instance of the event object.

Parameters
sender the panel from which the event is originating.