Public Member Functions
org.ros.internal.node.RegistrantListener< T > Interface Reference
Inheritance diagram for org.ros.internal.node.RegistrantListener< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void onMasterRegistrationFailure (T registrant)
void onMasterRegistrationSuccess (T registrant)
void onMasterUnregistrationFailure (T registrant)
void onMasterUnregistrationSuccess (T registrant)

Detailed Description

Author:
damonkohler@google.com (Damon Kohler)

Definition at line 22 of file RegistrantListener.java.


Member Function Documentation

void org.ros.internal.node.RegistrantListener< T >.onMasterRegistrationFailure ( registrant)

The registrant has failed to register with the master.

This may be called multiple times per registrant since master registration will be retried until success.

Parameters:
registrantthe registrant which has been registered

Implemented in org.ros.internal.node.CountDownRegistrantListener< T >.

void org.ros.internal.node.RegistrantListener< T >.onMasterRegistrationSuccess ( registrant)

The registrant has been registered with the master.

Parameters:
registrantthe registrant which has been registered

Implemented in org.ros.internal.node.CountDownRegistrantListener< T >.

void org.ros.internal.node.RegistrantListener< T >.onMasterUnregistrationFailure ( registrant)

The registrant has failed to unregister with the master.

This may be called multiple times per registrant since master unregistration will be retried until success.

Parameters:
registrantthe registrant which has been unregistered

Implemented in org.ros.internal.node.CountDownRegistrantListener< T >.

void org.ros.internal.node.RegistrantListener< T >.onMasterUnregistrationSuccess ( registrant)

The registrant has been unregistered with the master.

Parameters:
registrantthe registrant which has been unregistered

Implemented in org.ros.internal.node.CountDownRegistrantListener< T >.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50