Package org.atmosphere.cpr
Interface BroadcastFilterLifecycle
-
- All Superinterfaces:
BroadcastFilter
- All Known Subinterfaces:
ClusterBroadcastFilter
public interface BroadcastFilterLifecycle extends BroadcastFilter
Add lifecycle method to theBroadcastFilterinterface.- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Destroy thisBroadcastFilterand its internal resources.voidinit(AtmosphereConfig config)Initialize theBroadcastFilter.-
Methods inherited from interface org.atmosphere.cpr.BroadcastFilter
filter
-
-
-
-
Method Detail
-
init
void init(AtmosphereConfig config)
Initialize theBroadcastFilter.
-
destroy
void destroy()
Destroy thisBroadcastFilterand its internal resources.
-
-