quicktime.app.event
Interface EventDispatcherMaker


public interface EventDispatcherMaker

Creates an object that will dispatch events to the specified ListenerController that has been addedTo the specified space which will become the source of events for that controller. The interest object is the object that the space has been attached to, and is generally the object where the events originate that the dispatcher will then dispatch to the ListenerController

If any of the three parameters are not suitable for a particular event dispatcher then the make method can return null.

See Also:
EventDispatcher

Method Summary
 EventDispatcher make(ListenerController cont, Space s, java.lang.Object interest)
          Make an EventDispathcer for the specified ListenerController, where the events originate from the interest object.
 

Method Detail

make

public EventDispatcher make(ListenerController cont,
                            Space s,
                            java.lang.Object interest)
Make an EventDispathcer for the specified ListenerController, where the events originate from the interest object.