net.refractions.udig.project.ui.tool
Class ToolLifecycleEvent

java.lang.Object
  extended by UDIGEvent
      extended by net.refractions.udig.project.ui.tool.ToolLifecycleEvent

public class ToolLifecycleEvent
extends UDIGEvent

Event of tool lifecycle changing, such as:

Since:
UDIG 1.1
Author:
Vitalus

Nested Class Summary
static class ToolLifecycleEvent.Type
           
 
Constructor Summary
ToolLifecycleEvent(java.lang.Object source2, ToolLifecycleEvent.Type type, java.lang.Object newValue2, java.lang.Object oldValue2)
           
 
Method Summary
 java.lang.Object getSource()
           
 ToolLifecycleEvent.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolLifecycleEvent

public ToolLifecycleEvent(java.lang.Object source2,
                          ToolLifecycleEvent.Type type,
                          java.lang.Object newValue2,
                          java.lang.Object oldValue2)
Parameters:
source2 -
type -
newValue2 -
oldValue2 -
Method Detail

getType

public ToolLifecycleEvent.Type getType()
Returns:

getSource

public java.lang.Object getSource()