org.kalmeo.util.frame
Interface Frame


public interface Frame

Author:
bbeaulant

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

onMessage

boolean onMessage(java.lang.Object identifier,
                  java.lang.Object[] arguments)
Since 1.0.1, the old onMessage(String name, Object[] arguments) signature is deprecated.
Called when message event occure.

Parameters:
identifier - the message identifier
arguments - the message arguments
Returns:
true if the message should be passed to the next frame in the stack.

onAdded

void onAdded()
Called when the frame is added to the stack (FrameHandler).


onRemoved

void onRemoved()
Called when the frame is removed from the stack (FrameHandler).



Copyright © 2007-2008 Kalmeo. All Rights Reserved.