org.gnu.gnome.event

Interface DruidPageChangeListener

public interface DruidPageChangeListener

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

Listener for the DruidPage widget.
Method Summary
booleandruidPageChangeEvent(DruidPageChangeEvent event)
This method is called whenever a DruidPageChange event occurs.

Method Detail

druidPageChangeEvent

public boolean druidPageChangeEvent(DruidPageChangeEvent event)

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

This method is called whenever a DruidPageChange event occurs.

Returns: (back and next event types) true if this handler changed the page
(cancel) true if the druid shouldn't exit yet.