editorListener.listeners
Class Dispatch

java.lang.Object
  extended by editorListener.listeners.Dispatch
Direct Known Subclasses:
FileBufferDispatch, PartDispatch, PerspectiveDispatch, WindowDispatch

public abstract class Dispatch
extends java.lang.Object

This abstract class stub forms a superclass for dispatches. That is, classes that dispatch information by listening to changes in the underlying Eclipse hierarchy. As required, some of these classes may or may not be singletons.

Version:
4/8/2009
Author:
Matthew Harward

Constructor Summary
Dispatch()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatch

public Dispatch()