graphlab.gui.plugins.main.core.actions.edge
Class EdgeNotifyData

java.lang.Object
  extended by graphlab.gui.plugins.main.core.actions.edge.EdgeNotifyData

public class EdgeNotifyData
extends java.lang.Object

User: azin


Field Summary
 int button
           
 Edge e
           
static Event event
           
 int isNotified
          it can be NOTIFIED or UN_NOTIFIED
static java.lang.String name
           
static int NOTIFIED
           
static int UN_NOTIFIED
           
 
Constructor Summary
EdgeNotifyData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFIED

public static final int NOTIFIED
See Also:
Constant Field Values

UN_NOTIFIED

public static final int UN_NOTIFIED
See Also:
Constant Field Values

name

public static final java.lang.String name
See Also:
Constant Field Values

isNotified

public int isNotified
it can be NOTIFIED or UN_NOTIFIED


button

public int button

e

public Edge e

event

public static final Event event
Constructor Detail

EdgeNotifyData

public EdgeNotifyData()