Package com.brightcove.player.network
Interface IHandler
-
- All Known Subinterfaces:
IAnalyticsHandler
- All Known Implementing Classes:
DefaultAnalyticsHandler
public interface IHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAttached()
This method will be invoked when the handler is added to a network client.void
onRemoved()
This method will be invoked when the handler is removed from a network client.
-