public static interface MessageHolders.ContentChecker<MESSAGE extends IMessage>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasContentFor(MESSAGE message,
byte type) |
Checks the availability of content.
|
boolean hasContentFor(MESSAGE message, byte type)
message - current message in list.type - content type, for which content availability is determined.