dip.net.message
Interface PressStore

All Known Implementing Classes:
DefaultPressStore

public interface PressStore

A PressStore object is returned by the World object, and facilitates the storage and retrieval of Press messages.

Currently, messages may be saved or all messages may be retrieved. Support for the retrieval of select messages is not yet specified.


Method Summary
 PressMessage[] getAllMessages()
          Get all Messages.
 void storeMessage(PressMessage pm)
          Store a Message.
 

Method Detail

getAllMessages

public PressMessage[] getAllMessages()
Get all Messages.


storeMessage

public void storeMessage(PressMessage pm)
Store a Message. Note that PressMessages are not serialized until the World object is serialized.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.