sg.edu.nus.peer.event
Class SPLBGetLoadInfoResendListener
java.lang.Object
sg.edu.nus.peer.event.ActionAdapter
sg.edu.nus.peer.event.SPLBGetLoadInfoResendListener
- All Implemented Interfaces:
- java.util.EventListener, ActionListener
public class SPLBGetLoadInfoResendListener
- extends ActionAdapter
Implement a listener for processing SP_LB_GET_LOAD_INFO_RESEND message.
- Version:
- 1.0 2006-2-22
- Author:
- Vu Quang Hieu, (Modified by) Xu Linhao
Method Summary |
void |
actionPerformed(java.io.ObjectOutputStream oos,
Message msg)
Invoked when a networking event occurs. |
boolean |
isConsumed(Message msg)
Determine if the listener can consume the network event. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPLBGetLoadInfoResendListener
public SPLBGetLoadInfoResendListener(AbstractMainFrame gui)
actionPerformed
public void actionPerformed(java.io.ObjectOutputStream oos,
Message msg)
throws EventHandleException
- Description copied from interface:
ActionListener
- Invoked when a networking event occurs.
Note: the consumed state should be reset before
return a response message.
- Specified by:
actionPerformed
in interface ActionListener
- Overrides:
actionPerformed
in class ActionAdapter
- Parameters:
oos
- the output stream used for replying a message
to the request peer.msg
- the message to be processed
- Throws:
EventHandleException
isConsumed
public boolean isConsumed(Message msg)
throws EventHandleException
- Description copied from interface:
ActionListener
- Determine if the listener can consume the network event.
- Specified by:
isConsumed
in interface ActionListener
- Overrides:
isConsumed
in class ActionAdapter
- Parameters:
msg
- the network event
- Returns:
- if the listener can consume the event, return
true
;
otherwise, return false
- Throws:
EventHandleException