Package com.openfin.desktop
Interface EventListener
- All Known Implementing Classes:
WebRtcProtocolHandler
public interface EventListener
Interface which listens for messages from AppDesktop.
- See Also:
ActionEvent
-
Method Summary
Modifier and Type Method Description voideventReceived(ActionEvent actionEvent)Invoked when registered event occurs
-
Method Details
-
eventReceived
Invoked when registered event occurs- Parameters:
actionEvent- Event object- See Also:
ActionEvent
-