You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/EventException.java

29 lines
709 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
/**
Introduced in DOM Level 2:
Event operations may throw an EventException as specified in their method
descriptions.
@short Introduced in DOM Level 2:
*/
public class EventException implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
protected EventException(Class dummy){}
public EventException(short _code) {
newEventException(_code);
}
private native void newEventException(short _code);
public EventException(EventException other) {
newEventException(other);
}
private native void newEventException(EventException other);
}