com.planet_ink.coffee_mud.Libraries.interfaces
Interface ChannelsLibrary.ChannelMsg

Enclosing interface:
ChannelsLibrary

public static interface ChannelsLibrary.ChannelMsg

The entry for the channel que, containing the CMMsg object that was sent as the original message as well as the timestamp when it was sent.


Method Summary
 CMMsg msg()
          The CMMsg object that was sent as the original message
 long sentTimeMillis()
          The timestamp of when the message was sent
 

Method Detail

msg

CMMsg msg()
The CMMsg object that was sent as the original message

Returns:
CMMsg object that was sent as the original message

sentTimeMillis

long sentTimeMillis()
The timestamp of when the message was sent

Returns:
timestamp of when the message was sent