org.gnu.gtk.event
Class ExpanderEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gtk.event.ExpanderEvent
All Implemented Interfaces:
java.io.Serializable

public class ExpanderEvent
extends GtkEvent

This event is used to identify when a Expander receives an event

See Also:
ExpanderListener, Serialized Form

Nested Class Summary
static class ExpanderEvent.Type
           
 
Constructor Summary
ExpanderEvent(java.lang.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpanderEvent

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

Parameters:
source -
type -
Method Detail

isOfType

public boolean isOfType(ExpanderEvent.Type aType)
Returns:
True if the type of this event is the same as that stated.