com.interfaceware.iguana.plugin
Class SourceMessageRequestedEventInputs

java.lang.Object
  extended by com.interfaceware.iguana.plugin.SourceMessageRequestedEventInputs

public class SourceMessageRequestedEventInputs
extends java.lang.Object

This class is used to pass data from Iguana to messageRequested event handlers.

At present, no data is actually passed by Iguana to messageRequested event handlers.

This class is provided for future extensibility.


Constructor Summary
SourceMessageRequestedEventInputs()
           
SourceMessageRequestedEventInputs(long Handle)
           
 
Method Summary
protected  void finalize()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMessageRequestedEventInputs

public SourceMessageRequestedEventInputs()
                                  throws PluginException
Throws:
PluginException

SourceMessageRequestedEventInputs

public SourceMessageRequestedEventInputs(long Handle)
                                  throws PluginException
Throws:
PluginException
Method Detail

release

public void release()
             throws PluginException
Throws:
PluginException

finalize

protected void finalize()
                 throws PluginException
Overrides:
finalize in class java.lang.Object
Throws:
PluginException