org.gnu.gnome.event

Class AppBarEvent

public class AppBarEvent extends GtkEvent

An event represeting action by a AppBar widget.
Nested Class Summary
static classAppBarEvent.Type
Type of a AppBarEvent
Constructor Summary
AppBarEvent(Object source, AppBarEvent.Type type)
Creates a new AppBarEvent.
Method Summary
booleanisOfType(AppBarEvent.Type aType)

Constructor Detail

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 Detail

isOfType

public boolean isOfType(AppBarEvent.Type aType)

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