org.gnu.gnome.event
Class DruidPageSetupEvent
GtkEvent
org.gnu.gnome.event.DruidPageSetupEvent
public class DruidPageSetupEvent
extends GtkEvent
An event represeting action by a
DruidPage
widget.
static class | DruidPageSetupEvent.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(DruidPageSetupEvent.Type aType) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
DruidPageSetupEvent
public DruidPageSetupEvent(Object source,
DruidPageSetupEvent.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 DruidPageEvent. This is used internally by java-gnome.
Users only have to deal with listeners.
isOfType
public boolean isOfType(DruidPageSetupEvent.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.