| Returns one of the following values to the
ExternalEventManager indicating how the implementing
object should be stored:
MEM_VOLATILE - Only Keep this object for each invocation. Otherwise
release it.
MEM_GLOBAL - Keep this object in the global cache, available for all
documents to use.
MEM_DOCUMENT - Keep this object in the document-level cache. Objects
in the document-level cache are released when their associated document
goes out of scope.
An int indicating how the ExternalEventManagershould retain this instance in memory. See Also: org.swingml.event.ExternalEventManager |