public class RawApplication
extends java.lang.Object
| Constructor and Description |
|---|
RawApplication(java.lang.String[] args)
RawApplication constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Blocking function.
|
void |
stop()
Stop RawApplication eventloops and calls atStop() callbacks.
|
public RawApplication(java.lang.String[] args)
args - Arguments given to main() function.defaultUrl - Default url to connect to if none was provided in the
program argumentslisten - If no argument was provided, will start a listening session
with a ServiceDirectory (this argument is ignored for the moment)Aldebaran SDK for Java
Copyright 2006-2015 Aldebaran Robotics. All Rights Reserved.