com.threerings.crowd.server
Interface PlaceManager.MessageHandler

Enclosing class:
PlaceManager

Deprecated. Use dynamically bound methods instead. See DynamicListener.

@Deprecated
public static interface PlaceManager.MessageHandler

An interface used to allow the registration of standard message handlers to be invoked by the place manager when particular types of message events are received.


Method Summary
 void handleEvent(MessageEvent event, PlaceManager pmgr)
          Deprecated. Invokes this message handler on the supplied event.
 

Method Detail

handleEvent

void handleEvent(MessageEvent event,
                 PlaceManager pmgr)
Deprecated. 
Invokes this message handler on the supplied event.

Parameters:
event - the message event received.
pmgr - the place manager for which the message is being handled.