public class PopupTool extends Tool implements PopupListener
Constructor and Description |
---|
PopupTool()
Creates a new Popup tool.
|
Modifier and Type | Method and Description |
---|---|
void |
bosConnectionAvailable()
Method called by the LoginTool once the BOS connection is available.
|
void |
parsePopup(AIMSession sess,
AIMFrame frame,
AIMPopup popup)
Describe
parsePopup method here. |
void |
shutdown(AIMSession sess)
Called when the tool is shutting down.
|
getFamily, getId, getSession, getToolData, getVersion, setFamily, setId, setSession, setToolData, setVersion
public void shutdown(AIMSession sess)
public void bosConnectionAvailable()
bosConnectionAvailable
in class Tool
public void parsePopup(AIMSession sess, AIMFrame frame, AIMPopup popup)
parsePopup
method here.parsePopup
in interface PopupListener
sess
- an AIMSession
valueframe
- an AIMFrame
valuepopup
- an AIMPopup
value