edu.ufl.osg.httppoll.data
Class BaseAlert
java.lang.Object
|
+--edu.ufl.osg.httppoll.data.BaseAlert
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- DialogBox, Email, Shell
- public abstract class BaseAlert
- extends java.lang.Object
- implements java.lang.Cloneable
All the specific alerts inherit from this base Class.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAlert
public BaseAlert()
setEnabled
public void setEnabled(boolean enabled)
getEnabled
public boolean getEnabled()
setRepeatable
public void setRepeatable(boolean repeatable)
getRepeatable
public boolean getRepeatable()
getClone
public java.lang.Object getClone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException