org.gnu.gnome.event

Class DruidPageChangeEvent

public class DruidPageChangeEvent extends GtkEvent

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte

An event represeting change of page actions by a DruidPage widget.
Nested Class Summary
static classDruidPageChangeEvent.Type
Type of a DruidPageChangeEvent
Constructor Summary
DruidPageChangeEvent(Object source, DruidPageChangeEvent.Type type)
Creates a new DruidPageChangeEvent.
Method Summary
booleanisOfType(DruidPageChangeEvent.Type aType)

Constructor Detail

DruidPageChangeEvent

public DruidPageChangeEvent(Object source, DruidPageChangeEvent.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 DruidPageChangeEvent. This is used internally by java-gnome. Users only have to deal with listeners.

Method Detail

isOfType

public boolean isOfType(DruidPageChangeEvent.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.