Class Dispatcher


public class Dispatcher
extends Observable
A simplified Observable class that immediately notifies its Observers when its notifyAll() method is called. The changed state of the Dispatcher does not need to be separately set.


Method Index

 o notifyAll (Object)
Immediately notifies all the Observers held

Methods

 o notifyAll
public void notifyAll(Object param)
Immediately notifies all the Observers held.

Parameters:
param - An input parameter that is passed on to all the Observers.