# DeferredTask
Inherits from: RHObject
# Class Methods
# Inherited methods
# Destructor
function Void Destructor()
Called when the Frame is destroyed.
# Overrides:
Destructor
in class RHObject
# Execute
function Void Execute()
# New
function Dynamic New(Object obj, String method, List args={})
# Overrides:
New
in class RHObject
# Instance Methods
# Property Methods
Property methods can be accessed with the valueForKey
method.
args classidentifier classname clone errorassoc hash identityhashcode iterator method methods obj okassoc propertymethods reset serialize string
# Inherited methods
assert cacheMethod cacheValueForKey callSuper checkError class classIdentifier className clone deserialize dict endTrans hash identityHashCode isAccessorMethod isCached isInstanceOf isProperty isPropertyMethod iterator methods pluck prepareForReuse propertyMethods removeFromCache reset resetCache resetSubclass respondsTo serialize setCacheValueForKey setValueForKey setValueForKeyPath setValues startTrans string super valueForKey valueForKeyPath
# args
function Dynamic args()
# method
function Dynamic method()
# obj
function Dynamic obj()
# setArgs
function Frame setArgs(Dynamic args)
# setMethod
function Frame setMethod(Dynamic method)
# setObj
function Frame setObj(Dynamic obj)