vishnu.sharing
Class ShareGate.ActionNotification

java.lang.Object
  extended by vishnu.sharing.ShareGate.ActionNotification
Enclosing class:
ShareGate

public static class ShareGate.ActionNotification
extends java.lang.Object

 

Constructor Summary
ShareGate.ActionNotification()
           
 
Method Summary
 ShareGate.Action action()
           
 void action(ShareGate.Action a)
           
 java.lang.Object resource()
           
 void resource(java.lang.Object r)
           
 ShareGate shareGate()
           
 void shareGate(ShareGate s)
           
 java.lang.Thread thread()
           
 void thread(java.lang.Thread t)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShareGate.ActionNotification

public ShareGate.ActionNotification()
Method Detail

shareGate

public void shareGate(ShareGate s)

resource

public java.lang.Object resource()

resource

public void resource(java.lang.Object r)

shareGate

public ShareGate shareGate()

action

public ShareGate.Action action()

action

public void action(ShareGate.Action a)

thread

public java.lang.Thread thread()

thread

public void thread(java.lang.Thread t)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object