org.gnu.gtk.event

Class ExpanderEvent

Implemented Interfaces:
Serializable

public class ExpanderEvent
extends GtkEvent

This event is used to identify when a Expander receives an event
See Also:
ExpanderListener

Nested Class Summary

static class
ExpanderEvent.Type

Constructor Summary

ExpanderEvent(Object source, EventType type)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Method Summary

boolean
isOfType(ExpanderEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Methods inherited from class org.gnu.gtk.event.GtkEvent

getSource, getType, toString

Constructor Details

ExpanderEvent

public ExpanderEvent(Object source,
                     EventType type)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Constructor for ExpanderEvent.
Parameters:
source -
type -

Method Details

isOfType

public boolean isOfType(ExpanderEvent.Type aType)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Returns:
True if the type of this event is the same as that stated.