Class Sessions

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener, SessionsInterface

    public class Sessions
    extends java.lang.Object
    implements SessionsInterface, java.awt.event.ActionListener
    Contains a collection of Session objects. This list is a static snapshot of the list of Session objects available at the time of the snapshot.
    • Constructor Detail

      • Sessions

        public Sessions()
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • addSession

        protected void addSession​(Session5250 newSession)
      • removeSession

        protected void removeSession​(Session5250 session)
      • removeSession

        protected void removeSession​(java.lang.String sessionName)
      • removeSession

        protected void removeSession​(int index)
      • getSessionsList

        public java.util.ArrayList<Session5250> getSessionsList()