org.walluck.oscar.handlers
Class PopupHandler
java.lang.Object
org.walluck.oscar.handlers.SNACHandler
org.walluck.oscar.handlers.PopupHandler
public class PopupHandler
- extends SNACHandler
Family 0x0008 - Popups.
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.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- David Walluck
- See Also:
SNACHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopupHandler
public PopupHandler()
- Family 0x0008.
handleSNAC
public void handleSNAC(AIMSession sess,
SNACHandler handler,
AIMFrame frame,
SNAC snac,
AIMInputStream buffer)
throws IOException
- Handles incoming SNAC's.
- Specified by:
handleSNAC
in class SNACHandler
- Parameters:
sess
- the oscar sessionhandler
- the handlerframe
- the incoming framesnac
- the incoming SNACbuffer
- the incoming buffer
- Throws:
IOException
- if an error occurs