org.gnu.gnome.event

Class AppBarEvent


public class AppBarEvent
extends GtkEvent

An event represeting action by a AppBar widget.

Nested Class Summary

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

Constructor Summary

AppBarEvent(Object source, AppBarEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Method Summary

boolean
isOfType(AppBarEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Constructor Details

AppBarEvent

public AppBarEvent(Object source,
                   AppBarEvent.Type type)

Deprecated. 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 AppBarEvent. This is used internally by java-gnome. Users only have to deal with listeners.

Method Details

isOfType

public boolean isOfType(AppBarEvent.Type aType)

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

Returns:
True if the type of this event is the same as that stated.