com.adobe.xfa.gfx.GFXModelContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
package com.adobe.xfa.gfx;
/**
* This class represents a model context, effectively allowing the
* client to manage multiple co-ordinate spaces for its model. The
* client might use different model context instances to represent
* different pages of a document. This is a model-side concept, not to
* be confused with multiple views of the same model.
*
* View events (method calls) may be annotated with a model context to
* allow the client's implementation to determine which context of the
* model the event applies to.
*
* @exclude from published api.
*/
public interface GFXModelContext extends GFXContext {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy