org.atmosphere.cpr
Interface BroadcastFilterLifecycle

All Superinterfaces:
BroadcastFilter
All Known Subinterfaces:
ClusterBroadcastFilter

public interface BroadcastFilterLifecycle
extends BroadcastFilter

Add lifecycle method to the BroadcastFilter interface.

Author:
Jeanfrancois Arcand

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.atmosphere.cpr.BroadcastFilter
BroadcastFilter.BroadcastAction
 
Field Summary
 
Fields inherited from interface org.atmosphere.cpr.BroadcastFilter
VOID_ATMOSPHERE_RESOURCE_UUID
 
Method Summary
 void destroy()
          Destroy this BroadcastFilter and its internal resources.
 void init(AtmosphereConfig config)
          Initialize the BroadcastFilter
 
Methods inherited from interface org.atmosphere.cpr.BroadcastFilter
filter
 

Method Detail

init

void init(AtmosphereConfig config)
Initialize the BroadcastFilter


destroy

void destroy()
Destroy this BroadcastFilter and its internal resources.



Copyright © 2013. All Rights Reserved.