org.bushe.swing.event
Interface EventServiceEvent

All Known Implementing Classes:
AbstractEventServiceEvent, ObjectEvent, SubscriberTimingEvent

public interface EventServiceEvent

Convenience interface for events that get processed by the EventService, its usage is not required in any way. Any object can be published on an EventService or on the EventBus.

It is a good practice to specify the source of the event when using pub/sub, especially in Swing applications.

See Also:
for a simple base class

Method Summary
 Object getSource()
           
 

Method Detail

getSource

Object getSource()
Returns:
The issuer of the event.


Copyright © 2011 Bushe Enterprises, Inc.. All Rights Reserved.