org.ceno.communication.srv.internal
Class ExtensionPointEventHandlersFetcher

java.lang.Object
  extended by org.ceno.communication.srv.internal.ExtensionPointEventHandlersFetcher
All Implemented Interfaces:
IEventHandlersFetcher

public class ExtensionPointEventHandlersFetcher
extends java.lang.Object
implements IEventHandlersFetcher

Version:
0.0.1
Author:
Andre Albert <andre.albert82@googlemail.com>

Constructor Summary
ExtensionPointEventHandlersFetcher()
           
 
Method Summary
 java.lang.Iterable<IEventHandler<?>> fetchEventHandlers()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionPointEventHandlersFetcher

public ExtensionPointEventHandlersFetcher()
Method Detail

fetchEventHandlers

public java.lang.Iterable<IEventHandler<?>> fetchEventHandlers()

Specified by:
fetchEventHandlers in interface IEventHandlersFetcher