org.gnu.gtk.event
Class FontButtonEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gtk.event.FontButtonEvent
All Implemented Interfaces:
java.io.Serializable

public class FontButtonEvent
extends GtkEvent

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

See Also:
FontButtonListener, Serialized Form

Nested Class Summary
static class FontButtonEvent.Type
           
 
Constructor Summary
FontButtonEvent(java.lang.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontButtonEvent

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

Parameters:
source -
type -
Method Detail

isOfType

public boolean isOfType(FontButtonEvent.Type aType)
Returns:
True if the type of this event is the same as that stated.