|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlexClientListener
Interface to be notified when a FlexClient is created or destroyed. Implementations of this interface
may add themselves as created listeners statically via FlexClient.addClientCreatedListener().
To listen for FlexClient destruction, the implementation instance must add itself as a listener to
a specific FlexClient instance via the addClientDestroyedListener() method.
| Method Summary | |
|---|---|
void |
clientCreated(FlexClient client)
Notification that a FlexClient was created. |
void |
clientDestroyed(FlexClient client)
Notification that a FlexClient is about to be destroyed. |
| Method Detail |
|---|
void clientCreated(FlexClient client)
client - The FlexClient that was created.void clientDestroyed(FlexClient client)
client - The FlexClient that will be destroyed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/client/FlexClientListener.html