public class StompDraw extends Object implements StompConnection.Listener, ActionListener
| Modifier and Type | Field and Description |
|---|---|
protected static String |
clients_dest |
protected static String |
draw_dest |
protected StompConnection |
stomp_client |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
clearPanel() |
void |
go() |
static void |
main(String[] args) |
void |
onInfo(Map<String,String> information) |
void |
onMessage(Map<String,String> headers,
byte[] buf,
int offset,
int length) |
void |
sendClearPanelMsg() |
void |
stop() |
protected StompConnection stomp_client
protected static final String draw_dest
protected static final String clients_dest
public static void main(String[] args)
public void onInfo(Map<String,String> information)
onInfo in interface StompConnection.Listenerpublic void onMessage(Map<String,String> headers, byte[] buf, int offset, int length)
onMessage in interface StompConnection.Listenerpublic void clearPanel()
public void sendClearPanelMsg()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void stop()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.