org.gnu.gtk.event

Class TreeSelectionEvent

Implemented Interfaces:
Serializable

public class TreeSelectionEvent
extends GtkEvent

An event thrown when a cell has been selected in a TreeView widget.

Nested Class Summary

static class
TreeSelectionEvent.Type

Field Summary

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

source, type

Constructor Summary

TreeSelectionEvent(Object source)
Creates a new selection Event.

Method Summary

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

getSource, getType, toString

Constructor Details

TreeSelectionEvent

public TreeSelectionEvent(Object source)
Creates a new selection Event. This is used internally by java-gnome. Users only have to deal with listeners.