WAActionCallback


Seaside-Rendering

Comment:



Hierarchy:

ProtoObject
Object
WACallback
WAActionCallback

Summary:

instance variables:

block

methods:

instance class
as yet unclassified no messages

Detail:

instance variables:

block
inferredType:
UndefinedObject

instance methods:

as yet unclassified
block: aZeroArgBlock

	block _ aZeroArgBlock fixTemps.
evaluateWithArgument: anObject

	block value.
	self signalRenderNotification
isFinal

	^ true
priority

	^ 8
signalRenderNotification
 
	WARenderNotification new raiseSignal

class methods:

^top


- made by Dandelion -