sub_arctic.input
Interface raw_input_acceptor


public abstract interface raw_input_acceptor
extends input_protocol

Input protocol interface for objects which wish to receive raw events. This protocol is used by both the focus and positional raw dispatch agents.

See Also:
raw_focus_agent, raw_positional_agent

Method Summary
 boolean handle_raw_input(event evt, java.lang.Object user_info)
          Dispatch raw input event to the object.
 

Method Detail

handle_raw_input

public boolean handle_raw_input(event evt,
                                java.lang.Object user_info)
Dispatch raw input event to the object.
Parameters:
event - evt the event being dispatched.
Object - user_info uninterpreted information that was provided by this object either when it became the focus, or for positional dispatch, when the object was picked.