Package org.atmosphere.cpr
Interface AtmosphereConfig.StartupHook
-
- Enclosing class:
- AtmosphereConfig
public static interface AtmosphereConfig.StartupHookA Startup hook that will be called when theAtmosphereFramework.init()method complete. An Application can register one of more hooks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstarted(AtmosphereFramework framework)
-
-
-
Method Detail
-
started
void started(AtmosphereFramework framework)
-
-