com.hazelcast.spi
Interface EventPublishingService<E,T>

All Known Implementing Classes:
ClientEngineImpl, ClusterServiceImpl

public interface EventPublishingService<E,T>

Author:
mdogan 12/12/12

Method Summary
 void dispatchEvent(E event, T listener)
           
 

Method Detail

dispatchEvent

void dispatchEvent(E event,
                   T listener)


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.