Package jadex.micro.quickstart
Class LambdaTimeUserAgent
- java.lang.Object
- 
- jadex.micro.quickstart.LambdaTimeUserAgent
 
- 
 public class LambdaTimeUserAgent extends java.lang.ObjectSimple agent that uses globally available time services. Non-blocking implementation using asynchronous result-listeners with lambda expressions.
- 
- 
Constructor SummaryConstructors Constructor Description LambdaTimeUserAgent()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTimeService(ITimeService timeservice)Subscribe to any newly found time service and print the results when they arrive.static voidmain(java.lang.String[] args)Start a Jadex platform and the TimeUserAgent.
 
- 
- 
- 
Method Detail- 
addTimeServicepublic void addTimeService(ITimeService timeservice) Subscribe to any newly found time service and print the results when they arrive.
 - 
mainpublic static void main(java.lang.String[] args) Start a Jadex platform and the TimeUserAgent.
 
- 
 
-