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