Drools examples 6.0.0.CR3

org.drools.games.pong
Class PongUI

java.lang.Object
  extended by org.drools.games.pong.PongUI

public class PongUI
extends Object


Nested Class Summary
static class PongUI.PongKeyListener
           
static class PongUI.TablePanel
           
 
Constructor Summary
PongUI()
           
PongUI(PongConfiguration pconf)
           
 
Method Summary
 org.kie.internal.runtime.StatefulKnowledgeSession getKsession()
           
 PongConfiguration getPconf()
           
 PongUI.TablePanel getTablePanel()
           
 void init(org.kie.internal.runtime.StatefulKnowledgeSession ksession)
          Initialize the contents of the frame.
 boolean isReady()
           
 void setKsession(org.kie.internal.runtime.StatefulKnowledgeSession ksession)
           
 void setPconf(PongConfiguration pconf)
           
 void setReady(boolean ready)
           
 void setTablePanel(PongUI.TablePanel tablePanel)
           
 void updateTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PongUI

public PongUI()

PongUI

public PongUI(PongConfiguration pconf)
Method Detail

getKsession

public org.kie.internal.runtime.StatefulKnowledgeSession getKsession()

setKsession

public void setKsession(org.kie.internal.runtime.StatefulKnowledgeSession ksession)

getPconf

public PongConfiguration getPconf()

setPconf

public void setPconf(PongConfiguration pconf)

getTablePanel

public PongUI.TablePanel getTablePanel()

setTablePanel

public void setTablePanel(PongUI.TablePanel tablePanel)

isReady

public boolean isReady()

setReady

public void setReady(boolean ready)

init

public void init(org.kie.internal.runtime.StatefulKnowledgeSession ksession)
Initialize the contents of the frame.


updateTable

public void updateTable()

Drools examples 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.