com.taursys.xml.event
Interface RecycleListener

All Superinterfaces:
java.util.EventListener

public interface RecycleListener
extends java.util.EventListener

Interface for Listeners for RecycleEvents.


Method Summary
 void recycle(RecycleEvent e)
          Message to tell a Component to recycle itself.
 

Method Detail

recycle

public void recycle(RecycleEvent e)
             throws RecycleException
Message to tell a Component to recycle itself.

Parameters:
e - the RecycleEvent descriptor
Throws:
RecycleException


Copyright © 2007 Martin T Phelan. All Rights Reserved.