搜尋此網誌

網頁

2010年3月17日 星期三

Remote object 與 Proxy object 的差異

Proxy object :

public final class LedService extend ILedService.Stub{
............................
}

Remote object:

public final class LedService extends Binder{
..............
}

沒有留言:

張貼留言