org.smallmind.cloud.namespace.java.event
Class JavaContextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.smallmind.cloud.namespace.java.event.JavaContextEvent
All Implemented Interfaces:
Serializable

public class JavaContextEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JavaContextEvent(Object source)
           
JavaContextEvent(Object source, CommunicationException communicationException)
           
 
Method Summary
 boolean containsCommunicationException()
           
 CommunicationException getCommunicationException()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaContextEvent

public JavaContextEvent(Object source)

JavaContextEvent

public JavaContextEvent(Object source,
                        CommunicationException communicationException)
Method Detail

containsCommunicationException

public boolean containsCommunicationException()

getCommunicationException

public CommunicationException getCommunicationException()


Copyright © 2011. All Rights Reserved.