//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.Qt; import org.trinitydesktop.qt.QtSupport; import org.trinitydesktop.qt.TQEvent; import org.trinitydesktop.qt.TQCustomEvent; /** Base class for all KParts events. @short Base class for all KParts events. */ public class Event extends TQCustomEvent { protected Event(Class dummy){super((Class) null);} public Event(String eventName) { super((Class) null); newEvent(eventName); } private native void newEvent(String eventName); public native String eventName(); public static native boolean test(TQEvent event); public static native boolean test(TQEvent event, String name); }