com.fatwire.cs.core.event
Interface EventGenerator<D extends EventDispatcher>


public interface EventGenerator<D extends EventDispatcher>

This interface abstracts creation of events. Events once created are dispatched to an EventDispatcher. The EventDispatcher is supplied through setDispatcher().


Method Summary
 void setDispatcher(D d)
          Sets (injects) an EventDispatcher.
 

Method Detail

setDispatcher

void setDispatcher(D d)
Sets (injects) an EventDispatcher.

Parameters:
d -


Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.