org.gnu.gnome.event

Class IconEntryEvent


public class IconEntryEvent
extends GtkEvent

An event represeting action by a IconEntrywidget.

Nested Class Summary

static class
IconEntryEvent.Type

Constructor Summary

IconEntryEvent(Object source, IconEntryEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Method Summary

boolean
isOfType(IconEntryEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Constructor Details

IconEntryEvent

public IconEntryEvent(Object source,
                      IconEntryEvent.Type type)

Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Creates a new IconEntryrEvent. This is used internally by java-gnome. Users only have to deal with listeners.

Method Details

isOfType

public boolean isOfType(IconEntryEvent.Type aType)

Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

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