Package adams.flow.core
Class EventRunnable<T extends Event>
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.flow.core.RunnableWithLogging
-
- adams.flow.core.EventRunnable<T>
-
- All Implemented Interfaces:
LoggingLevelHandler
,LoggingSupporter
,SizeOfHandler
,Stoppable
,StoppableWithFeedback
,Serializable
,Runnable
- Direct Known Subclasses:
QueueEvent.QueueEventRunnable
public abstract class EventRunnable<T extends Event> extends RunnableWithLogging
SpecializedRunnable
class for events.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected T
m_Owner
the owning event.-
Fields inherited from class adams.flow.core.RunnableWithLogging
m_Running, m_Stopped
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description EventRunnable(T owner)
Sets the owning event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getOwner()
Returns the owner.-
Methods inherited from class adams.flow.core.RunnableWithLogging
doRun, isRunning, isStopped, postRun, preRun, run, setLoggingLevel, stopExecution
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-