Class ClientAgent
- java.lang.Object
-
- jadex.examples.presentationtimer.remotecontrol.ClientAgent
-
public class ClientAgent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
void
injectService(ICountdownService cds)
void
onCreate()
-
-
-
Method Detail
-
onCreate
public void onCreate()
-
injectService
public void injectService(ICountdownService cds)
-
body
public void body()
-
-