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 SummaryConstructors Constructor Description TimerEvent(java.lang.Object aSource, SwingTimer aTimer)Create new URLClickedEvent.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SwingTimergetTimer()Returns the timer.
 
- 
- 
- 
Constructor Detail- 
TimerEventpublic TimerEvent(java.lang.Object aSource, SwingTimer aTimer)Create new URLClickedEvent.
 
- 
 - 
Method Detail- 
getTimerpublic SwingTimer getTimer() Returns the timer.
 
- 
 
-