Class DefaultGuiseSession

  • All Implemented Interfaces:
    com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, com.globalmentor.text.CollatorFactory, io.csar.Concerned, GuiseSession

    public class DefaultGuiseSession
    extends AbstractGuiseSession
    A default implementation of a Guise session.
    Author:
    Garret Wilson
    • Constructor Detail

      • DefaultGuiseSession

        public DefaultGuiseSession​(GuiseApplication application,
                                   Platform platform)
        Application and platform constructor.
        Parameters:
        application - The Guise application to which this session belongs.
        platform - The platform on which this session's objects are depicted.
        Throws:
        java.lang.NullPointerException - if the given application and/or platform is null.