[]
Defines an interface that abstractes a window, user can add message processors to it.
public interface IMessageWindow : IWin32Window
Name | Description |
---|---|
AddMessageProcessor(IMessageProcessor) | Addes the an IMessageProcessor into the IMessageWindow. |
RemoveMessageProcessor(IMessageProcessor) | Removes the an IMessageProcessor from the IMessageWindow. |