View Javadoc
1   package de.fhdw.wtf.context.core;
2   
3   /**
4    * An interface to represent the supertype of all Events, which can be passed to an Observer to exactly notify him about
5    * changes.
6    * 
7    */
8   public interface ObserverEvent {
9   	// empty
10  }