989990991992993994995996
* and another member of the group takes over leadership. The signal indicates the new leader. */ @Override public void registerGroupLeadershipNotificationListener(CallBack callback) { if (gms != null) { gms.addActionFactory(new GroupLeadershipNotificationActionFactoryImpl(callback)); } }
11391140114111421143114411451146