it.geosolutions.geobatch.actions.tools.adapter
Interface EventAdapter<T extends java.util.EventObject>

Type Parameters:
T -
All Known Implementing Classes:
AdapterAction

public interface EventAdapter<T extends java.util.EventObject>

An adapter interface which should be implemented by Actions want to work using general EventObject

Author:
carlo cancellieri - carlo.cancellieri@geo-solutions.it

Method Summary
 T adapter(java.util.EventObject ieo)
          This method define the mapping between input and output EventObject instance
 

Method Detail

adapter

T adapter(java.util.EventObject ieo)
                                        throws ActionException
This method define the mapping between input and output EventObject instance

Parameters:
ieo - is the object to transform
Returns:
the EventObject adapted
Throws:
ActionException


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.