I've been looking Cairngorm and I saw this:-

<?xml version="1.0" encoding="utf-8"?>
<cairngorm:ServiceLocator
        xmlns:mx="http://www.adobe.com/2006/mxml";
        xmlns:cairngorm="com.adobe.cairngorm.business.*">
        <mx:RemoteObject
                id="addcontactService"
                destination="addcontactService"
                showBusyCursor="true"
                result="event.token.resultHandler( event );"
                fault="event.token.faultHandler( event );">
    </mx:RemoteObject>
</cairngorm:ServiceLocator>

where ServiceLocator is a user defined class.

What is this mechanism called and where can I learn how it works?


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

Reply via email to