org.atmosphere.cpr
Interface AtmosphereConfig.StartupHook

Enclosing class:
AtmosphereConfig

public static interface AtmosphereConfig.StartupHook

A Startup hook that will be called when the AtmosphereFramework.init() method complete. An Application can register one of more hooks.


Method Summary
 void started(AtmosphereFramework framework)
           
 

Method Detail

started

void started(AtmosphereFramework framework)


Copyright © 2014. All Rights Reserved.