org.jclarion.clarion.swing.notify
Class EventNotifier
java.lang.Object
org.jclarion.clarion.swing.notify.EventNotifier
- All Implemented Interfaces:
- java.lang.Runnable
public class EventNotifier
- extends java.lang.Object
- implements java.lang.Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EventNotifier getInstance()
getComponent
public java.awt.Component getComponent()
message
public NotifyStatus message(java.lang.String message,
java.awt.Color foreground,
java.awt.Color background,
int wait,
boolean keep)
info
public NotifyStatus info(java.lang.String message)
warning
public NotifyStatus warning(java.lang.String message)
error
public NotifyStatus error(java.lang.String message)
run
public void run()
- Specified by:
run in interface java.lang.Runnable
shutdown
public void shutdown()
Copyright © 2010. All Rights Reserved.