public class

JebClientEvent

extends Object
implements IEvent
java.lang.Object
   ↳ com.pnfsoftware.jeb.client.events.JebClientEvent

Class Overview

Events issued by JEB's GUI client.

Reserved for internal use.

Summary

Public Constructors
JebClientEvent(JC type)
JebClientEvent(JC type, Object data)
JebClientEvent(JC type, Object data, IEventSource source)
Public Methods
Object getData()
IEventSource getSource()
long getTimestamp()
JC getType()
boolean shouldStopPropagation()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.events.IEvent

Public Constructors

public JebClientEvent (JC type)

public JebClientEvent (JC type, Object data)

public JebClientEvent (JC type, Object data, IEventSource source)

Public Methods

public Object getData ()

public IEventSource getSource ()

public long getTimestamp ()

public JC getType ()

public boolean shouldStopPropagation ()

public String toString ()