it.unipmn.di.Meeting.Connectors.IClientComponent |
it.unipmn.di.Meeting.UIObjects.WindowManager.WindowManager |
The IClientComponent interface must be implemented by components that want to use the connection through a Connector object, local or remote.
L’interfaccia IClientComponent deve essere implementata dai componenti che intendono usare la connessione tramite un oggetto Connector, locale o remoto.
IClientComponent | The IClientComponent interface must be implemented by components that want to use the connection through a Connector object, local or remote. |
Functions | |
getClass | This method must return the class name implemented on the server. |
getURI | This method must return the unique id of the server side class instance the component wants to ask for. |
onStatus | This event is generated on every notification by the Connector object. |
onConnect | This event is generated by the Core on component connection. |
onDisconnect | This event is generated on component disconnection, for any reason. |
function getURI():String
This method must return the unique id of the server side class instance the component wants to ask for. It is usually defined as the class name concatenated with the component id.
Questo metodo deve ritornare l’identificativo univoco dell’istanza lato server che si intende contattare. Normalmente è definita come nome della classe concatenato all’ID del componente.
{String} component URI / URI del componente
function onStatus ( info: Object ):Void
This event is generated on every notification by the Connector object.
Questo evento viene generato ad ogni notifica da parte del Connector.
info | {Object} it contains information about the connection / contiene le informazioni relative alla connessione |
FMS documentation on NetConnection information objects: http://livedocs.adobe.com
function onConnect( con: IConnector ):Void
This event is generated by the Core on component connection.
Questo evento viene generato dal Core al momento della connessione del componente.
con | {IConnector} instance of the Connector received by the Core on component connection / istanza del connector ricevuta dal Core al momento della connessione del compomponente |
This method must return the class name implemented on the server.
function getClass():String
This method must return the unique id of the server side class instance the component wants to ask for.
function getURI():String
This event is generated on every notification by the Connector object.
function onStatus ( info: Object ):Void
This event is generated by the Core on component connection.
function onConnect( con: IConnector ):Void
This event is generated on component disconnection, for any reason.
function onDisconnect():Void