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

Field Summary

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

source, type

Constructor Summary

ExpanderEvent(Object source, EventType type)
Constructor for ExpanderEvent.

Method Summary

boolean
isOfType(ExpanderEvent.Type aType)

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

getSource, getType, toString

Constructor Details

ExpanderEvent

public ExpanderEvent(Object source,
                     EventType type)
Constructor for ExpanderEvent.

Parameters:
source -
type -

Method Details

isOfType

public boolean isOfType(ExpanderEvent.Type aType)

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