twcore.core
Class InterProcessEvent

java.lang.Object
  |
  +--twcore.core.SubspaceEvent
        |
        +--twcore.core.InterProcessEvent

public class InterProcessEvent
extends SubspaceEvent


Constructor Summary
InterProcessEvent(java.lang.String senderName, java.lang.String channelName, java.lang.Object o)
          Creates a new instance of InterProcessEvent
 
Method Summary
 java.lang.String getChannel()
           
 java.lang.Object getObject()
           
 java.lang.String getSenderName()
           
 java.lang.String getType()
           
 
Methods inherited from class twcore.core.SubspaceEvent
getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterProcessEvent

public InterProcessEvent(java.lang.String senderName,
                         java.lang.String channelName,
                         java.lang.Object o)
Creates a new instance of InterProcessEvent

Method Detail

getChannel

public java.lang.String getChannel()

getObject

public java.lang.Object getObject()

getType

public java.lang.String getType()

getSenderName

public java.lang.String getSenderName()