com.sun.electric.tool
Class Client.ShowMessageEvent

java.lang.Object
  extended by com.sun.electric.tool.Client.ServerEvent
      extended by com.sun.electric.tool.Client.ShowMessageEvent
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Client

public static class Client.ShowMessageEvent
extends Client.ServerEvent


Field Summary
 boolean isError
           
 java.lang.String message
           
 java.lang.String title
           
 
Method Summary
 
Methods inherited from class com.sun.electric.tool.Client.ServerEvent
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public final java.lang.String message

title

public final java.lang.String title

isError

public final boolean isError