org.gnu.gnome.event
Class DruidPageChangeEvent
GtkEvent
org.gnu.gnome.event.DruidPageChangeEvent
public class DruidPageChangeEvent
extends GtkEvent
An event represeting change of page actions by a
DruidPage
widget.
static class | DruidPageChangeEvent.Type - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
boolean | isOfType(DruidPageChangeEvent.Type aType) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
DruidPageChangeEvent
public DruidPageChangeEvent(Object source,
DruidPageChangeEvent.Type type)
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.
isOfType
public boolean isOfType(DruidPageChangeEvent.Type aType)
Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
- True if the type of this event is the same as that stated.