WAIdempotentActionCallback


Seaside-Rendering

Comment:



Hierarchy:

ProtoObject
Object
WACallback
WAActionCallback
WAIdempotentActionCallback

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
evaluateWithArgument: anObject

	[super evaluateWithArgument: anObject]
		on: WARenderNotification
		do: [:n | n shouldRedirect: false; pass]
signalRenderNotification

	WARenderNotification new
		shouldRedirect: false;
		raiseSignal

class methods:

^top


- made by Dandelion -