ObjectType Observer { deftype S < : Subject ; deftype E < : Event ; function notify ( s : S , e : E ) : Void ; } ObjectType Subject { deftype o < : Observer ...
確定! 回上一頁