sub_arctic.input
Interface clickable

All Known Implementing Classes:
hierarchy_parent

public abstract interface clickable
extends input_protocol

Input protocol interface for objects which wish to receive a "click" (a mouse button press and release in a small area). This protocol is dispatched by the click_agent dispatch agent.


Method Summary
 boolean click(event evt, java.lang.Object user_info)
          Dispatch click (press and release in small area) to the object.
 

Method Detail

click

public boolean click(event evt,
                     java.lang.Object user_info)
Dispatch click (press and release in small area) to the object. Return true if input was consumed.
Parameters:
event - evt the final event in the click sequence.
Object - user_info uninterpreted user information that was passed to the pick process that selected this object as a candidate for delivery of this event.
Returns:
boolean indicating whether the input was consumed.