chrriis.dj.nativeswing.swtimpl.components
Interface FlashPlayerListener

All Superinterfaces:
EventListener

public interface FlashPlayerListener
extends EventListener

Author:
Christopher Deckers

Method Summary
 void commandReceived(FlashPlayerCommandEvent e)
          The Flash player can invoke special commands to the application simply by calling:
ExternalInterface.call("sendCommand", commandName, arg1, arg2, ...)
 

Method Detail

commandReceived

void commandReceived(FlashPlayerCommandEvent e)
The Flash player can invoke special commands to the application simply by calling:
ExternalInterface.call("sendCommand", commandName, arg1, arg2, ...);