|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlashCallListener
This interface detects events from a Flash ExternalInterface.call() function.
A FlashCallListener is set on a FlashPanel.
Only use this listener if you want to manually deal with the XML response from Flash. Otherwise, use the FlashPanel.setFlashCallObject method.
Copyright (c) 2001-2009
Method Summary | |
---|---|
java.lang.String |
call(java.lang.String flashXML)
This method is triggered when the ExternalInterface.call() function in a Flash movie is executed. |
Method Detail |
---|
java.lang.String call(java.lang.String flashXML)
This method is triggered when the ExternalInterface.call() function in a Flash movie is executed.
flashXML
- the XML received from the Flash call
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |