public interface

FiresDisclosureEvents

com.google.gwt.user.client.ui.FiresDisclosureEvents
Known Indirect Subclasses

This interface is deprecated.
Use HasOpenHandlers and HasCloseHandlers instead

Class Overview

A widget that implements this interface fires the events defined by the DisclosureHandler interface.

Summary

Public Methods
abstract void addEventHandler(DisclosureHandler handler)
This method is deprecated. Add an open or close handler to the event source instead
abstract void removeEventHandler(DisclosureHandler handler)
This method is deprecated. Use the removeHandler() method on the object returned by an add*Handler method instead

Public Methods

public abstract void addEventHandler (DisclosureHandler handler)

This method is deprecated.
Add an open or close handler to the event source instead

Adds a handler interface to receive open events.

Parameters
handler the handler to add

public abstract void removeEventHandler (DisclosureHandler handler)

This method is deprecated.
Use the removeHandler() method on the object returned by an add*Handler method instead

Removes a previously added handler interface.

Parameters
handler the handler to remove