org.gnu.gtk.event

Class LifeCycleEvent

Implemented Interfaces:
Serializable

public class LifeCycleEvent
extends GtkEvent

This event is used to identify life cycle events that effect a widget.
See Also:
LifeCycleListener

Nested Class Summary

static class
LifeCycleEvent.Type

Constructor Summary

LifeCycleEvent(Object source, LifeCycleEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Method Summary

boolean
isOfType(LifeCycleEvent.Type test)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Methods inherited from class org.gnu.gtk.event.GtkEvent

getSource, getType, toString

Constructor Details

LifeCycleEvent

public LifeCycleEvent(Object source,
                      LifeCycleEvent.Type type)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Construct a LifeCycleEvent object.

Method Details

isOfType

public boolean isOfType(LifeCycleEvent.Type test)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.