public class Sessions extends Object implements SessionsInterface, ActionListener
| Constructor and Description |
|---|
Sessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
protected void |
addSession(Session5250 newSession) |
int |
getCount() |
ArrayList<Session5250> |
getSessionsList() |
Session5250 |
item(int index) |
Session5250 |
item(Session5250 sessionObject) |
Session5250 |
item(String sessionName) |
void |
refresh() |
protected void |
removeSession(int index) |
protected void |
removeSession(Session5250 session) |
protected void |
removeSession(String sessionName) |
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerprotected void addSession(Session5250 newSession)
protected void removeSession(Session5250 session)
protected void removeSession(String sessionName)
protected void removeSession(int index)
public int getCount()
getCount in interface SessionsInterfacepublic Session5250 item(int index)
item in interface SessionsInterfacepublic Session5250 item(String sessionName)
item in interface SessionsInterfacepublic Session5250 item(Session5250 sessionObject)
public ArrayList<Session5250> getSessionsList()
public void refresh()
refresh in interface SessionsInterfaceCopyright © 2018. All rights reserved.