Class PuzzleStarterAgent
- java.lang.Object
- 
- org.activecomponents.examples.puzzleng.PuzzleStarterAgent
 
- 
 public class PuzzleStarterAgent extends java.lang.ObjectMakes the web puzzler available by providing the web resources such as index.html via IWebPublishService. Communication is handled via the websocket channel of the web server.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagent
 - 
Constructor SummaryConstructors Constructor Description PuzzleStarterAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpublish(IWebPublishService wps)Wait for the IWebPublishService and then publish the resources.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 
- 
 - 
Method Detail- 
publishprotected void publish(IWebPublishService wps) Wait for the IWebPublishService and then publish the resources.- Parameters:
- pubser- The publish service.
 
 
- 
 
-