one.world.core
Interface QueuedEventHandler
- All Superinterfaces:
- EventHandler
- All Known Implementing Classes:
- Component.Importer
- public interface QueuedEventHandler
- extends EventHandler
Definition of a queued event handler. A queued event handler
directly delivers events into an animator's queue. As a result, it
exposes additional methods to give certain events priority.
- Version:
- $Revision: 1.2 $
- See Also:
Animator
handleFirst
public void handleFirst(Event event)
- Handle the specified event first. The specified event is enqueued
at the beginning of the animator's queue.
- Parameters:
event - The event to handle.- See Also:
Animator.enqueueFirst(EventHandler,Event)
handleForced
public void handleForced(Event event)
- Forcibly handle the specified event. The specified event is
enqueued at the beginnig of the animator's queue, even if the
queue is full.
- Parameters:
event - The event to handle.- See Also:
Animator.enqueueForced(EventHandler,Event)
(C) Copyright 2001 UW CSE