com.gisgraphy.domain.geoloc.entity.event
Interface IEventListener

All Known Implementing Classes:
GisFeatureEventListener

public interface IEventListener

interface that must be implemented by all the listeners

Author:
David Masclet

Method Summary
 void handleEvent(IEvent event)
           
 boolean supports(IEvent event)
          Whether the listeners support the specified event (is concerned)
 

Method Detail

handleEvent

void handleEvent(IEvent event)
Parameters:
event - The event to handle
See Also:
IEvent

supports

boolean supports(IEvent event)
Whether the listeners support the specified event (is concerned)

Parameters:
event - the event to handle
Returns:
true if the listener is concerned by the event


Copyright © 2010. All Rights Reserved.