public class PopupHandler extends SNACHandler
Popups are just what it sounds like. They're a way for the server to open up an informative box on the client's screen.
SNACHandler
Constructor and Description |
---|
PopupHandler()
Family 0x0008.
|
Modifier and Type | Method and Description |
---|---|
void |
handleSNAC(AIMSession sess,
SNACHandler handler,
AIMFrame frame,
SNAC snac,
AIMInputStream buffer)
Handles incoming SNAC's.
|
getFamily, getVersion, setFamily, setVersion
public void handleSNAC(AIMSession sess, SNACHandler handler, AIMFrame frame, SNAC snac, AIMInputStream buffer) throws IOException
handleSNAC
in class SNACHandler
sess
- the oscar sessionhandler
- the handlerframe
- the incoming framesnac
- the incoming SNACbuffer
- the incoming bufferIOException
- if an error occurs