org.drools.games.pong
Class PongUI
java.lang.Object
org.drools.games.pong.PongUI
public class PongUI
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PongUI
public PongUI()
PongUI
public PongUI(PongConfiguration pconf)
getKsession
public org.drools.runtime.StatefulKnowledgeSession getKsession()
setKsession
public void setKsession(org.drools.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.drools.runtime.StatefulKnowledgeSession ksession)
- Initialize the contents of the frame.
updateTable
public void updateTable()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.