|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Frame
Method Summary | |
---|---|
void |
onAdded()
Called when the frame is added to the stack (FrameHandler). |
boolean |
onMessage(java.lang.Object identifier,
java.lang.Object[] arguments)
Since 1.0.1, the old onMessage(String name, Object[] arguments) signature is deprecated. |
void |
onRemoved()
Called when the frame is removed from the stack (FrameHandler). |
Method Detail |
---|
boolean onMessage(java.lang.Object identifier, java.lang.Object[] arguments)
identifier
- the message identifierarguments
- the message arguments
true
if the message should be passed to the next
frame in the stack.void onAdded()
void onRemoved()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |