org.jclarion.clarion
Class ClarionEvent
java.lang.Object
org.jclarion.clarion.ClarionEvent
- Direct Known Subclasses:
- ClarionNotifyEvent, KeyedClarionEvent
public class ClarionEvent
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClarionEvent
protected ClarionEvent(int event,
int field,
boolean window)
ClarionEvent
public ClarionEvent(int event,
AbstractControl field,
boolean window)
test
public static ClarionEvent test(int event,
int field,
boolean window)
setClarionThread
public void setClarionThread(java.lang.Thread clarionThread)
getEvent
public int getEvent()
getField
public int getField()
isWindowEvent
public boolean isWindowEvent()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toString
public java.lang.String toString(boolean dumpStack)
debugString
public java.lang.String debugString()
getConsumeResultNoWait
public java.lang.Boolean getConsumeResultNoWait()
runOnConsumedResult
public java.lang.Boolean runOnConsumedResult(java.lang.Runnable run)
getConsumeResult
public boolean getConsumeResult()
consume
public void consume(boolean isConsumed)
Copyright © 2010. All Rights Reserved.