ariba.util.core
Class EventLoop
java.lang.Object
ariba.util.core.EventQueue
ariba.util.core.EventLoop
- All Implemented Interfaces:
- Runnable
public class EventLoop
- extends EventQueue
- implements Runnable
A simple event loop
ClassName
public static final String ClassName
- See Also:
- Constant Field Values
EventLoop
public EventLoop()
setExceptionEvent
public void setExceptionEvent(EventExceptionListener e)
run
public void run()
- Runnable interface method implemented to process Events as
they appear in the queue.
- Specified by:
run in interface Runnable
stopRunning
public void stopRunning()
- Stops the EventLoop once control returns from processing the
current EventProcessor.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.