org.jclarion.clarion
Class ClarionEvent

java.lang.Object
  extended by org.jclarion.clarion.ClarionEvent
Direct Known Subclasses:
ClarionNotifyEvent, KeyedClarionEvent

public class ClarionEvent
extends java.lang.Object


Constructor Summary
  ClarionEvent(int event, AbstractControl field, boolean window)
           
protected ClarionEvent(int event, int field, boolean window)
           
 
Method Summary
 void consume(boolean isConsumed)
           
 java.lang.String debugString()
           
 boolean getConsumeResult()
           
 java.lang.Boolean getConsumeResultNoWait()
           
 int getEvent()
           
 int getField()
           
 boolean isWindowEvent()
           
 java.lang.Boolean runOnConsumedResult(java.lang.Runnable run)
           
 void setClarionThread(java.lang.Thread clarionThread)
           
static ClarionEvent test(int event, int field, boolean window)
           
 java.lang.String toString()
           
 java.lang.String toString(boolean dumpStack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClarionEvent

protected ClarionEvent(int event,
                       int field,
                       boolean window)

ClarionEvent

public ClarionEvent(int event,
                    AbstractControl field,
                    boolean window)
Method Detail

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.