public interface EventQueueListener
Title: Framework Support Library
Description: Defines an interface of listener of the EventQueue
.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
onObject(java.lang.Object object)
Processes an object delivered by the
EventQueue . |
void onObject(java.lang.Object object)
EventQueue
.object
- the delivered object.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.