org.gnu.gnome.event

Class ClientEvent


public class ClientEvent
extends GtkEvent

An event represeting action by a Client widget.

Nested Class Summary

static class
ClientEvent.Type
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Constructor Summary

ClientEvent(Object source, ClientEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Method Summary

boolean
isOfType(ClientEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Constructor Details

ClientEvent

public ClientEvent(Object source,
                   ClientEvent.Type type)

Deprecated. 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.

Method Details

isOfType

public boolean isOfType(ClientEvent.Type aType)

Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

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