bamboo.router
Interface RouterCallbackInterface.ApplicationRegisteredCB

Enclosing class:
RouterCallbackInterface

public static interface RouterCallbackInterface.ApplicationRegisteredCB


Method Summary
 void application_registered(long app_id, boolean success, String msg, BigInteger modulus, int guid_digits, int digit_values, BigInteger node_guid, Object user_data)
           
 

Method Detail

application_registered

void application_registered(long app_id,
                            boolean success,
                            String msg,
                            BigInteger modulus,
                            int guid_digits,
                            int digit_values,
                            BigInteger node_guid,
                            Object user_data)