Class ServerClientSessionProps

  • All Implemented Interfaces:
    EventListener, IGProp<GProp<?>[]>, IPropCnr, java.lang.Cloneable

    public class ServerClientSessionProps
    extends PropCnr
    The Server's Client Session properties hold information relating to the current client session, i.e. the current host session for the terminal plug-in.
    • Constructor Detail

      • ServerClientSessionProps

        protected ServerClientSessionProps()
        Creates the application property container without a name. The name must be set in all cases using the setPropertyAtom call.
      • ServerClientSessionProps

        public ServerClientSessionProps​(Atom propertyAtom)
        Creates the application property container with the specified name. All system-reserved names for components begins with "$".
        Parameters:
        propertyAtom - the name of the application, unique within it's parent.