multiverse.server.plugins
Class ProxyPlugin.DetachHook

java.lang.Object
  extended by multiverse.server.plugins.ProxyPlugin.BasicProxyHook
      extended by multiverse.server.plugins.ProxyPlugin.DetachHook
All Implemented Interfaces:
Hook, ProxyHook
Enclosing class:
ProxyPlugin

 class ProxyPlugin.DetachHook
extends ProxyPlugin.BasicProxyHook

The world manager is telling us to remove an attachment from a socket.


Constructor Summary
ProxyPlugin.DetachHook()
           
 
Method Summary
 void processMessage(Message msg, int flags, Player player)
          Handles processing of the message, called by EnginePlugin.
 
Methods inherited from class multiverse.server.plugins.ProxyPlugin.BasicProxyHook
processMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPlugin.DetachHook

ProxyPlugin.DetachHook()
Method Detail

processMessage

public void processMessage(Message msg,
                           int flags,
                           Player player)
Description copied from interface: ProxyHook
Handles processing of the message, called by EnginePlugin.

Specified by:
processMessage in interface ProxyHook
Specified by:
processMessage in class ProxyPlugin.BasicProxyHook
Parameters:
msg - The message to process.
flags - The message flags.
player - The player on whose behalf the message is being processed.