org.gnu.gnome.event
Class ClientEvent
GtkEvent
org.gnu.gnome.event.ClientEvent
public class ClientEvent
extends GtkEvent
An event represeting action by a
Client
widget.
static class | ClientEvent.Type - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
ClientEvent(Object source, ClientEvent.Type type) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
boolean | isOfType(ClientEvent.Type aType) - Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
|
ClientEvent
public ClientEvent(Object source,
ClientEvent.Type type)
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 ClientEvent. This is used internally by java-gnome. Users
only have to deal with listeners.
isOfType
public boolean isOfType(ClientEvent.Type aType)
Superceeded by java-gnome 4.0; as signal handling are
implemented differently, you will need to reimplement any
code using these callbacks.
- True if the type of this event is the same as that stated.