GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::PFM::Event(3) User Contributed Perl Documentation App::PFM::Event(3)

App::PFM::Event

This class defines events that can occur in and be handled by pfm.

Initializes new instances. Called from the constructor. Copies known object properties from the options to the new object.
Clone the Event object. References inside the event are conserved, i.e. objects contained inside the event are not cloned.

Event objects have got the following properties:

The name of the event, also to be used by (un)register_listener(). This is a mandatory property.
The object from which this event originates.
Allowed values:
A keyboard command has been received.
A mouse command has been received.
An X selection has been pasted to the window.
A window resize has been requested.
A job receives input
An event that is triggered by one of "pfm"'s functions.
The received data (for key and job).
The mouse button which was clicked (for mouse).
The screen row on which the mouse was clicked (for mouse).
The screen column on which the mouse was clicked (for mouse).
If the mouse has clicked on a list item, this property will contain it (for mouse).
The current File object, to pass it from the Browser to the CommandHandler.
A container for miscellaneous data.

pfm(1), App::PFM::Abstract(3pm).

2014-04-09 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.