站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

JBRMSEntryPoint (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client
Class JBRMSEntryPoint

java.lang.Object
  extended by org.drools.brms.client.JBRMSEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener

public class JBRMSEntryPoint
extends Object
implements com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener

This is the main launching/entry point for the JBRMS web console. It essentially sets the initial layout. If you hadn't noticed, this is using GWT from google. Refer to GWT docs if GWT is new to you (it is quite a different way of building web apps).


Constructor Summary
JBRMSEntryPoint()
           
 
Method Summary
 void onHistoryChanged(String token)
           
 void onModuleLoad()
           
 void show(JBRMSFeature.ComponentInfo info, boolean affectHistory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBRMSEntryPoint

public JBRMSEntryPoint()
Method Detail

onHistoryChanged

public void onHistoryChanged(String token)
Specified by:
onHistoryChanged in interface com.google.gwt.user.client.HistoryListener

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

show

public void show(JBRMSFeature.ComponentInfo info,
                 boolean affectHistory)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.