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
Type of a AppBarEvent

Constructor Summary

AppBarEvent(Object source, AppBarEvent.Type type)
Creates a new AppBarEvent.

Method Summary

boolean
isOfType(AppBarEvent.Type aType)

Constructor Details

AppBarEvent

public AppBarEvent(Object source,
                   AppBarEvent.Type type)
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)
Returns:
True if the type of this event is the same as that stated.