org.gnu.gtk.event
Class LifeCycleEvent
- Serializable
public class LifeCycleEvent
This event is used to identify life cycle events that effect a widget.
LifeCycleEvent(Object source, LifeCycleEvent.Type type) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
boolean | isOfType(LifeCycleEvent.Type test) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
LifeCycleEvent
public LifeCycleEvent(Object source,
LifeCycleEvent.Type type)
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.
isOfType
public boolean isOfType(LifeCycleEvent.Type test)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.