[Pkg] DeltaStreams: DeltaStreams-Logging-mtf.2.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Fri May 30 18:52:52 UTC 2008


Matthew Fulmer uploaded a new version of DeltaStreams-Logging to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/DeltaStreams-Logging-mtf.2.mcz

==================== Summary ====================

Name: DeltaStreams-Logging-mtf.2
Author: mtf
Time: 30 May 2008, 11:53:17 am
UUID: 89789132-84ee-455a-a521-abbf8dfb989e
Ancestors: DeltaStreams-Logging-mtf.1

oops; some extension methods got left behind during the package split

=============== Diff against DeltaStreams-Logging-mtf.1 ===============

Item was added:
+ ----- Method: SystemChangeNotifier>>hasNotificationsFor: (in category '*DeltaStreams-Logging') -----
+ hasNotificationsFor: anObject
+ 	"Do we send system notifications to anObject?"
+ 
+ 	^eventSource hasActionsWithReceiver: anObject!

Item was added:
+ ----- Method: Object>>hasActionsWithReceiver: (in category '*DeltaStreams-Logging') -----
+ hasActionsWithReceiver: anObject
+ 
+ 	^self actionMap keys anySatisfy:
+ 		[:eachEventSelector |
+ 			(self actionSequenceForEvent: eachEventSelector)
+ 				anySatisfy: [:anAction | anAction receiver == anObject]]!



More information about the Packages mailing list