org.eclipse.higgins.icard
Class ICardExtensionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.eclipse.higgins.icard.ICardExtensionEvent
All Implemented Interfaces:
Serializable

public class ICardExtensionEvent
extends EventObject

Defines an event class for changing of an IInformationCardExtension

See Also:
Serialized Form

Constructor Summary
ICardExtensionEvent(IInformationCardExtension source)
           
 
Method Summary
 IInformationCardExtension getExtension()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ICardExtensionEvent

public ICardExtensionEvent(IInformationCardExtension source)
Parameters:
source -
Method Detail

getExtension

public IInformationCardExtension getExtension()
Returns: