org.gnu.gnome.event

Interface DruidPageChangeListener

public interface DruidPageChangeListener

Listener for the DruidPage widget.

Method Summary

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.

Method Details

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.