Class TransientAction

java.lang.Object
org.esa.snap.rcp.scripting.TransientAction
All Implemented Interfaces:
ActionListener, Serializable, EventListener, Action

public class TransientAction extends Object implements Action, Serializable
A proxy action which can be used to programmatically register delegate actions which will *not* be serialized into the NetBeans filesystem. The proxy protects the delegate action from being serialized/deserialized by the NetBeans Platform by putting the delegate into a static hash table. On serialisation request only the file system path is serialized and used to look up the delegate action later on deserialisation request.
See Also: