org.openbandy.event
Interface EventSourceOwner
- All Known Implementing Classes:
- EventServiceTest
public interface EventSourceOwner
As an EventSource is a thread, it might re-instantiate itself. Thus,
an object that holds a reference to an EventSource must provide a
call-back method to update this reference.
(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
- Version:
- 1.0
- Author:
- Philipp Bolliger (philipp@bolliger.name)
setNewInstance
void setNewInstance(EventSource newEventSourceInstance)
- Call-back to update a reference to an EventSource
- Parameters:
newEventSourceInstance
- Reference to the new Instance