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 voidonAttached()This method will be invoked when the handler is added to a network client.voidonRemoved()This method will be invoked when the handler is removed from a network client.
-