|
Urbi SDK Remote for Java
2.7.5
|
UEvent class definition. More...

Public Member Functions | |
| UEvent (long cPtr, boolean cMemoryOwn) | |
| UEvent () | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (String varname, UContextImpl impl) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (String varname) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (String objname, String varname, UContextImpl impl) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (String objname, String varname) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (UObjectCPP obj, String varname, UContextImpl impl) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (UObjectCPP obj, String varname) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| UEvent (UEvent e) | |
| Creates an unbound UEvent. Call init() to bind it. | |
| synchronized void | delete () |
| void | emit (UValue v1, UValue v2, UValue v3, UValue v4, UValue v5, UValue v6, UValue v7) |
| void | emit (UValue v1, UValue v2, UValue v3, UValue v4, UValue v5, UValue v6) |
| void | emit (UValue v1, UValue v2, UValue v3, UValue v4, UValue v5) |
| void | emit (UValue v1, UValue v2, UValue v3, UValue v4) |
| void | emit (UValue v1, UValue v2, UValue v3) |
| void | emit (UValue v1, UValue v2) |
| void | emit (UValue v1) |
| void | emit (UAutoValue v1, UAutoValue v2, UAutoValue v3, UAutoValue v4, UAutoValue v5, UAutoValue v6, UAutoValue v7) |
| void | emit (UAutoValue v1, UAutoValue v2, UAutoValue v3, UAutoValue v4, UAutoValue v5, UAutoValue v6) |
| void | emit (UAutoValue v1, UAutoValue v2, UAutoValue v3, UAutoValue v4, UAutoValue v5) |
| void | emit (UAutoValue v1, UAutoValue v2, UAutoValue v3, UAutoValue v4) |
| void | emit (UAutoValue v1, UAutoValue v2, UAutoValue v3) |
| void | emit (UAutoValue v1, UAutoValue v2) |
| void | emit (UAutoValue v1) |
| void | emit () |
| String | get_name () |
| void | init (String object, String slot, UContextImpl arg2) |
| void | init (String object, String slot) |
| void | set_name (String v) |
Static Public Member Functions | |
| static long | getCPtr (UEvent obj) |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| boolean | swigCMemOwn |
UEvent class definition.
Each UEvent instance corresponds to one URBI event. The class provides access to the event properties, and emitting/receiving events with payload.
Definition at line 16 of file UEvent.java.