Uses of Interface
com.jpackages.jflashplayer.FlashPanelListener

Uses of FlashPanelListener in com.jpackages.jflashplayer
 

Methods in com.jpackages.jflashplayer with parameters of type FlashPanelListener
 void FlashPanel.addFlashPanelListener(FlashPanelListener flashPanelListener)
          Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code. Use ExternalInterface.call() in Flash and FlashPanel.setFlashCallObject(java.lang.Object) to call Java methods from Flash.
 void FlashPanel.removeFlashPanelListener(FlashPanelListener flashPanelListener)
          Remove a FlashPanelListener from this FlashPanel.