Class SwingEvent.TimerEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.inductiveautomation.snap.swing.SwingEvent.TimerEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - SwingEvent
 
public static class SwingEvent.TimerEvent extends java.util.EventObjectA timer event.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TimerEvent(java.lang.Object aSource, SwingTimer aTimer)Create new URLClickedEvent. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwingTimergetTimer()Returns the timer. 
 - 
 
- 
- 
Constructor Detail
- 
TimerEvent
public TimerEvent(java.lang.Object aSource, SwingTimer aTimer)Create new URLClickedEvent. 
 - 
 
- 
Method Detail
- 
getTimer
public SwingTimer getTimer()
Returns the timer. 
 - 
 
 -