|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Hook
Interface used for processing a message. The EnginePlugin's onMessage() method gets all matching hooks from its local HookManager. It then calls the processMessage() method of all matching hooks in order. The chain of processing continues unless the processMessage() method returns false.
EnginePlugin.handleMessageImpl(atavism.msgsys.Message, int)
,
HookManager
Method Summary | |
---|---|
boolean |
processMessage(Message msg,
int flags)
Handles processing of the message, called by EnginePlugin. |
Method Detail |
---|
boolean processMessage(Message msg, int flags)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |