org.gnu.gtk.event

Class FontButtonEvent

Implemented Interfaces:
Serializable

public class FontButtonEvent
extends GtkEvent

This event is used to identify when a FontButton receives an event

See Also:
FontButtonListener

Nested Class Summary

static class
FontButtonEvent.Type

Field Summary

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

source, type

Constructor Summary

FontButtonEvent(Object source, EventType type)
Constructor for FontButtonEvent.

Method Summary

boolean
isOfType(FontButtonEvent.Type aType)

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

getSource, getType, toString

Constructor Details

FontButtonEvent

public FontButtonEvent(Object source,
                       EventType type)
Constructor for FontButtonEvent.

Parameters:
source -
type -

Method Details

isOfType

public boolean isOfType(FontButtonEvent.Type aType)

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