PATH  WebObjects 4.0 Documentation > EOAccess Reference



EOModelGroup.ClassDelegate

Inherits From:
NSObject

Inherits From:
com.apple.yellow.eoaccess

An EOModelGroup object should have a delegate which can influence how it finds and loads models. In addition to the delegates you assign to EOModelGroup instances, the EOModelGroup class itself can have a delegate. The class delegate implements a single method-defaultModelGroup.

For more information on EOModelGroup instance delegate methods, see the EOModelGroup.Delegate specifications.


Instance Methods


defaultModelGroup

public abstract EOModelGroup defaultModelGroup()

If implemented by the EOModelGroup class delegate, this method should return the EOModelGroup to be returned in response to the message defaultModelGroup. If this delegate method returns null, EOModelGroup uses the default behavior of the defaultModelGroup class method.

Note: This method is implemented by the delegate assigned to the EOModelGroup class object.

See also: classDelegate (EOModelGroup class), setClassDelegate (EOModelGroup class)





Copyright © 1998, Apple Computer, Inc. All rights reserved.