public interface OnPushRegistrarCreatedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPushRegistrarCreated(PushConfiguration<?> configuration,
PushRegistrar registrar)
A method called when
PushRegistrar instances are created. |
void onPushRegistrarCreated(PushConfiguration<?> configuration, PushRegistrar registrar)
PushRegistrar instances are created. Typically this will
be done from PushConfiguration.asRegistrar()configuration - the configuration of the new PushRegistrarregistrar - the new PushRegistrarCopyright © 2015 JBoss by Red Hat. All rights reserved.